Values.GetHarvestJobRequestSourceThe request object for retrieving a specific harvest job.
type nonrec t = {channelGroupName : ResourceName.t;The name of the channel group containing the channel associated with the harvest job.
*)channelName : ResourceName.t;The name of the channel associated with the harvest job.
*)originEndpointName : ResourceName.t;The name of the origin endpoint associated with the harvest job.
*)harvestJobName : ResourceName.t;The name of the harvest job to retrieve.
*)}val make :
channelGroupName:ResourceName.t ->
channelName:ResourceName.t ->
originEndpointName:ResourceName.t ->
harvestJobName:ResourceName.t ->
unit ->
t