Class CreateRelatedDocumentAttachmentDetails
Create Details of the related document attachment.
Inherited Members
Namespace: Oci.MarketplacepublisherService.Models
Assembly: OCI.DotNetSDK.Marketplacepublisher.dll
Syntax
public class CreateRelatedDocumentAttachmentDetails : CreateListingRevisionAttachmentDetails
Properties
DocumentCategory
Declaration
[Required(ErrorMessage = "DocumentCategory is required.")]
[JsonProperty(PropertyName = "documentCategory")]
[JsonConverter(typeof(StringEnumConverter))]
public RelatedDocumentAttachment.DocumentCategoryEnum? DocumentCategory { get; set; }
Property Value
| Type | Description |
|---|---|
| RelatedDocumentAttachment.DocumentCategoryEnum? | The document category of the listing revision attachment. |
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. |
SourceType
Declaration
[JsonProperty(PropertyName = "sourceType")]
[JsonConverter(typeof(StringEnumConverter))]
public ListingRevisionAttachment.SourceTypeEnum? SourceType { get; set; }
Property Value
| Type | Description |
|---|---|
| ListingRevisionAttachment.SourceTypeEnum? | The specified attachment type is Internal or External. |
SourceUrl
Declaration
[JsonProperty(PropertyName = "sourceUrl")]
public string SourceUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The document URL of the listing revision attachment. |