AdminVideoAttachment¶
-
class
oci.marketplace_publisher.models.AdminVideoAttachment(**kwargs)¶ Bases:
oci.marketplace_publisher.models.admin_listing_revision_attachment.AdminListingRevisionAttachmentVideo attachment for the listing revision.
Methods
__init__(**kwargs)Initializes a new AdminVideoAttachment 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. Attributes
attachment_type[Required] Gets the attachment_type of this AdminListingRevisionAttachment. compartment_id[Required] Gets the compartment_id of this AdminListingRevisionAttachment. content_url[Required] Gets the content_url of this AdminVideoAttachment. defined_tagsGets the defined_tags of this AdminListingRevisionAttachment. descriptionGets the description of this AdminListingRevisionAttachment. display_name[Required] Gets the display_name of this AdminListingRevisionAttachment. freeform_tagsGets the freeform_tags of this AdminListingRevisionAttachment. id[Required] Gets the id of this AdminListingRevisionAttachment. is_oracle_users_onlyGets the is_oracle_users_only of this AdminVideoAttachment. lifecycle_state[Required] Gets the lifecycle_state of this AdminListingRevisionAttachment. listing_revision_id[Required] Gets the listing_revision_id of this AdminListingRevisionAttachment. source_typeGets the source_type of this AdminListingRevisionAttachment. system_tagsGets the system_tags of this AdminListingRevisionAttachment. time_created[Required] Gets the time_created of this AdminListingRevisionAttachment. time_updated[Required] Gets the time_updated of this AdminListingRevisionAttachment. -
__init__(**kwargs)¶ Initializes a new AdminVideoAttachment object with values from keyword arguments. The default value of the
attachment_typeattribute of this class isVIDEOand it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - id (str) – The value to assign to the id property of this AdminVideoAttachment.
- compartment_id (str) – The value to assign to the compartment_id property of this AdminVideoAttachment.
- listing_revision_id (str) – The value to assign to the listing_revision_id property of this AdminVideoAttachment.
- display_name (str) – The value to assign to the display_name property of this AdminVideoAttachment.
- description (str) – The value to assign to the description property of this AdminVideoAttachment.
- attachment_type (str) – The value to assign to the attachment_type property of this AdminVideoAttachment.
- source_type (str) – The value to assign to the source_type property of this AdminVideoAttachment.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this AdminVideoAttachment.
- time_created (datetime) – The value to assign to the time_created property of this AdminVideoAttachment.
- time_updated (datetime) – The value to assign to the time_updated property of this AdminVideoAttachment.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this AdminVideoAttachment.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this AdminVideoAttachment.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this AdminVideoAttachment.
- is_oracle_users_only (bool) – The value to assign to the is_oracle_users_only property of this AdminVideoAttachment.
- content_url (str) – The value to assign to the content_url property of this AdminVideoAttachment.
-
attachment_type¶ [Required] Gets the attachment_type of this AdminListingRevisionAttachment. Possible values for the publisher listing revision attachments. The attachment type informs the type of attachment for the listing revision.
Returns: The attachment_type of this AdminListingRevisionAttachment. Return type: str
-
compartment_id¶ [Required] Gets the compartment_id of this AdminListingRevisionAttachment. The unique identifier for the compartment.
Returns: The compartment_id of this AdminListingRevisionAttachment. Return type: str
-
content_url¶ [Required] Gets the content_url of this AdminVideoAttachment. The URL for the video.
Returns: The content_url of this AdminVideoAttachment. Return type: str
Gets the defined_tags of this AdminListingRevisionAttachment. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this AdminListingRevisionAttachment. Return type: dict(str, dict(str, object))
-
description¶ Gets the description of this AdminListingRevisionAttachment. Description of the listing revision attachment.
Returns: The description of this AdminListingRevisionAttachment. Return type: str
-
display_name¶ [Required] Gets the display_name of this AdminListingRevisionAttachment. Name of the listing revision attachment.
Returns: The display_name of this AdminListingRevisionAttachment. Return type: str
Gets the freeform_tags of this AdminListingRevisionAttachment. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}
Returns: The freeform_tags of this AdminListingRevisionAttachment. Return type: dict(str, str)
-
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.
-
id¶ [Required] Gets the id of this AdminListingRevisionAttachment. Unique OCID identifier for the listing revision attachment.
Returns: The id of this AdminListingRevisionAttachment. Return type: str
-
is_oracle_users_only¶ Gets the is_oracle_users_only of this AdminVideoAttachment. Identifies whether the attachment is for Internal Oracle Users or external users as well.
Returns: The is_oracle_users_only of this AdminVideoAttachment. Return type: bool
-
lifecycle_state¶ [Required] Gets the lifecycle_state of this AdminListingRevisionAttachment. The current state of the attachment.
Returns: The lifecycle_state of this AdminListingRevisionAttachment. Return type: str
-
listing_revision_id¶ [Required] Gets the listing_revision_id of this AdminListingRevisionAttachment. The unique identifier of the listing revision that the specified attachment belongs to.
Returns: The listing_revision_id of this AdminListingRevisionAttachment. Return type: str
-
source_type¶ Gets the source_type of this AdminListingRevisionAttachment. Possible values for the publisher listing revision attachments. The source type informs whether the type of attachment for the listing revision is external or internal.
Returns: The source_type of this AdminListingRevisionAttachment. Return type: str
Gets the system_tags of this AdminListingRevisionAttachment. System tags for this resource. Each key is predefined and scoped to a namespace. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}
Returns: The system_tags of this AdminListingRevisionAttachment. Return type: dict(str, dict(str, object))
-
time_created¶ [Required] Gets the time_created of this AdminListingRevisionAttachment. The time the attachment was created. An RFC3339 formatted datetime string.
Returns: The time_created of this AdminListingRevisionAttachment. Return type: datetime
-
time_updated¶ [Required] Gets the time_updated of this AdminListingRevisionAttachment. The time the attachment was updated. An RFC3339 formatted datetime string.
Returns: The time_updated of this AdminListingRevisionAttachment. Return type: datetime
-