IngestStreamDistributionChannelDetails

class oci.media_services.models.IngestStreamDistributionChannelDetails(**kwargs)

Bases: object

Ingest Payload Information.

Attributes

INGEST_PAYLOAD_TYPE_ASSET_METADATA_MEDIA_ASSET A constant which can be used with the ingest_payload_type property of a IngestStreamDistributionChannelDetails.
ingest_payload_type [Required] Gets the ingest_payload_type of this IngestStreamDistributionChannelDetails.

Methods

__init__(**kwargs) Initializes a new IngestStreamDistributionChannelDetails object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
INGEST_PAYLOAD_TYPE_ASSET_METADATA_MEDIA_ASSET = 'ASSET_METADATA_MEDIA_ASSET'

A constant which can be used with the ingest_payload_type property of a IngestStreamDistributionChannelDetails. This constant has a value of “ASSET_METADATA_MEDIA_ASSET”

__init__(**kwargs)

Initializes a new IngestStreamDistributionChannelDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:

The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:ingest_payload_type (str) – The value to assign to the ingest_payload_type property of this IngestStreamDistributionChannelDetails. Allowed values for this property are: “ASSET_METADATA_MEDIA_ASSET”
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

ingest_payload_type

[Required] Gets the ingest_payload_type of this IngestStreamDistributionChannelDetails. Ingest Payload Type

Allowed values for this property are: “ASSET_METADATA_MEDIA_ASSET”

Returns:The ingest_payload_type of this IngestStreamDistributionChannelDetails.
Return type:str