Class AdminVideoAttachment
Video attachment for the listing revision.
Inherited Members
Namespace: Oci.MarketplacepublisherService.Models
Assembly: OCI.DotNetSDK.Marketplacepublisher.dll
Syntax
public class AdminVideoAttachment : AdminListingRevisionAttachment
Properties
ContentUrl
Declaration
[Required(ErrorMessage = "ContentUrl is required.")]
[JsonProperty(PropertyName = "contentUrl")]
public string ContentUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The URL for the video. |
Remarks
Required
IsOracleUsersOnly
Declaration
[JsonProperty(PropertyName = "isOracleUsersOnly")]
public bool? IsOracleUsersOnly { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? | Identifies whether the attachment is for Internal Oracle Users or external users as well. |