Class CreateVideoDetails
A link to a video on the internet.
Inherited Members
Namespace: Oci.MarketplacepublisherService.Models
Assembly: OCI.DotNetSDK.Marketplacepublisher.dll
Syntax
public class CreateVideoDetailsProperties
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