IngestStreamDistributionChannelResult¶
-
class
oci.media_services.models.
IngestStreamDistributionChannelResult
(**kwargs)¶ Bases:
object
The Ingest Workflow Job information.
Methods
__init__
(**kwargs)Initializes a new IngestStreamDistributionChannelResult object with values from keyword arguments. Attributes
media_workflow_job_id
[Required] Gets the media_workflow_job_id of this IngestStreamDistributionChannelResult. -
__init__
(**kwargs)¶ Initializes a new IngestStreamDistributionChannelResult object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: media_workflow_job_id (str) – The value to assign to the media_workflow_job_id property of this IngestStreamDistributionChannelResult.
-
media_workflow_job_id
¶ [Required] Gets the media_workflow_job_id of this IngestStreamDistributionChannelResult. Identifier of the Ingest Workflow Job created.
Returns: The media_workflow_job_id of this IngestStreamDistributionChannelResult. Return type: str
-