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. -
__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.
-
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
-