CreateVideoDetails

class oci.marketplace_publisher.models.CreateVideoDetails(**kwargs)

Bases: object

A link to a video on the internet.

Methods

__init__(**kwargs) Initializes a new CreateVideoDetails object with values from keyword arguments.

Attributes

content_url [Required] Gets the content_url of this CreateVideoDetails.
source_type Gets the source_type of this CreateVideoDetails.
__init__(**kwargs)

Initializes a new CreateVideoDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • content_url (str) – The value to assign to the content_url property of this CreateVideoDetails.
  • source_type (str) – The value to assign to the source_type property of this CreateVideoDetails.
content_url

[Required] Gets the content_url of this CreateVideoDetails. The URL of the video.

Returns:The content_url of this CreateVideoDetails.
Return type:str
source_type

Gets the source_type of this CreateVideoDetails. The specified attachment type is Internal or External.

Returns:The source_type of this CreateVideoDetails.
Return type:str