Metadata¶
-
class
oci.media_services.models.
Metadata
(**kwargs)¶ Bases:
object
Technical metadata for this asset.
Methods
__init__
(**kwargs)Initializes a new Metadata object with values from keyword arguments. Attributes
metadata
[Required] Gets the metadata of this Metadata. -
__init__
(**kwargs)¶ Initializes a new Metadata object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: metadata (str) – The value to assign to the metadata property of this Metadata.
-
metadata
¶ [Required] Gets the metadata of this Metadata. JSON string containing the technial metadata for the media asset.
Returns: The metadata of this Metadata. Return type: str
-