Class CreateScreenShotAttachmentDetails
Create Details of the screenshot attachment.
Inherited Members
Namespace: Oci.MarketplacepublisherService.Models
Assembly: OCI.DotNetSDK.Marketplacepublisher.dll
Syntax
public class CreateScreenShotAttachmentDetails : CreateListingRevisionAttachmentDetails
Properties
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. |