Show / Hide Table of Contents

Class CreateVideoDetails

A link to a video on the internet.

Inheritance
object
CreateVideoDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.MarketplacepublisherService.Models
Assembly: OCI.DotNetSDK.Marketplacepublisher.dll
Syntax
public class CreateVideoDetails

Properties

ContentUrl

Declaration
[Required(ErrorMessage = "ContentUrl is required.")]
[JsonProperty(PropertyName = "contentUrl")]
public string ContentUrl { get; set; }
Property Value
Type Description
string

The URL of the video.

Remarks

Required

In this article
Back to top