📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
media_services
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/media_services/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_media_asset_details.cpython-39.pyc
a ���fd, � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s e Zd ZdZdZdZdZdZdZdZ dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))�UpdateMediaAssetDetailsz( The information to be updated. �AUDIO�VIDEO�PLAYLIST�IMAGE�CAPTION_FILE�UNKNOWNc K sd ddddddddd�| _ ddd d ddd dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )a� Initializes a new UpdateMediaAssetDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this UpdateMediaAssetDetails. :type display_name: str :param type: The value to assign to the type property of this UpdateMediaAssetDetails. Allowed values for this property are: "AUDIO", "VIDEO", "PLAYLIST", "IMAGE", "CAPTION_FILE", "UNKNOWN" :type type: str :param parent_media_asset_id: The value to assign to the parent_media_asset_id property of this UpdateMediaAssetDetails. :type parent_media_asset_id: str :param master_media_asset_id: The value to assign to the master_media_asset_id property of this UpdateMediaAssetDetails. :type master_media_asset_id: str :param metadata: The value to assign to the metadata property of this UpdateMediaAssetDetails. :type metadata: list[oci.media_services.models.Metadata] :param media_asset_tags: The value to assign to the media_asset_tags property of this UpdateMediaAssetDetails. :type media_asset_tags: list[oci.media_services.models.MediaAssetTag] :param freeform_tags: The value to assign to the freeform_tags property of this UpdateMediaAssetDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateMediaAssetDetails. :type defined_tags: dict(str, dict(str, object)) �strzlist[Metadata]zlist[MediaAssetTag]zdict(str, str)zdict(str, dict(str, object)))�display_name�type�parent_media_asset_id�master_media_asset_id�metadata�media_asset_tags� freeform_tags�defined_tagsZdisplayNamer ZparentMediaAssetIdZmasterMediaAssetIdr ZmediaAssetTagsZfreeformTagsZdefinedTagsN) Z swagger_typesZ attribute_map� _display_name�_type�_parent_media_asset_id�_master_media_asset_id� _metadata�_media_asset_tags�_freeform_tags� _defined_tags)�self�kwargs� r �X/usr/lib/python3.9/site-packages/oci/media_services/models/update_media_asset_details.py�__init__* s4 (��z UpdateMediaAssetDetails.__init__c C s | j S )a Gets the display_name of this UpdateMediaAssetDetails. Display name for the Media Asset. Does not have to be unique. Avoid entering confidential information. :return: The display_name of this UpdateMediaAssetDetails. :rtype: str �r �r r r r! r p s z$UpdateMediaAssetDetails.display_namec C s || _ dS )a Sets the display_name of this UpdateMediaAssetDetails. Display name for the Media Asset. Does not have to be unique. Avoid entering confidential information. :param display_name: The display_name of this UpdateMediaAssetDetails. :type: str Nr# )r r r r r! r | s c C s | j S )a& Gets the type of this UpdateMediaAssetDetails. The type of the media asset. Allowed values for this property are: "AUDIO", "VIDEO", "PLAYLIST", "IMAGE", "CAPTION_FILE", "UNKNOWN" :return: The type of this UpdateMediaAssetDetails. :rtype: str )r r$ r r r! r � s zUpdateMediaAssetDetails.typec C s* g d�}t ||�s td|� ���|| _dS )z� Sets the type of this UpdateMediaAssetDetails. The type of the media asset. :param type: The type of this UpdateMediaAssetDetails. :type: str )r r r r r r z1Invalid value for `type`, must be None or one of N)r � ValueErrorr )r r Zallowed_valuesr r r! r � s �c C s | j S )z� Gets the parent_media_asset_id of this UpdateMediaAssetDetails. The ID of the parent asset from which this asset is derived. :return: The parent_media_asset_id of this UpdateMediaAssetDetails. :rtype: str �r r$ r r r! r � s z-UpdateMediaAssetDetails.parent_media_asset_idc C s || _ dS )a Sets the parent_media_asset_id of this UpdateMediaAssetDetails. The ID of the parent asset from which this asset is derived. :param parent_media_asset_id: The parent_media_asset_id of this UpdateMediaAssetDetails. :type: str Nr&