Show / Hide Table of Contents

Class AdminScreenShotAttachment

Screenshot attachment for the listing revision.

Inheritance
object
AdminListingRevisionAttachment
AdminScreenShotAttachment
Inherited Members
AdminListingRevisionAttachment.Id
AdminListingRevisionAttachment.CompartmentId
AdminListingRevisionAttachment.ListingRevisionId
AdminListingRevisionAttachment.DisplayName
AdminListingRevisionAttachment.Description
AdminListingRevisionAttachment.SourceType
AdminListingRevisionAttachment.LifecycleState
AdminListingRevisionAttachment.TimeCreated
AdminListingRevisionAttachment.TimeUpdated
AdminListingRevisionAttachment.FreeformTags
AdminListingRevisionAttachment.DefinedTags
AdminListingRevisionAttachment.SystemTags
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 AdminScreenShotAttachment : AdminListingRevisionAttachment

Properties

ContentUrl

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

URL of the uploaded document.

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.

MimeType

Declaration
[JsonProperty(PropertyName = "mimeType")]
public string MimeType { get; set; }
Property Value
Type Description
string

The MIME type of the uploaded data.

In this article
Back to top