Show / Hide Table of Contents

Class Screenshot

The model for a listing's screenshot.

Inheritance
object
Screenshot
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.MarketplaceService.Models
Assembly: OCI.DotNetSDK.Marketplace.dll
Syntax
public class Screenshot

Properties

ContentUrl

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

The content URL of the screenshot.

Description

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

A description of the screenshot.

FileExtension

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

The file extension of the screenshot.

MimeType

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

The MIME type of the screenshot.

Name

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

The name of the screenshot.

In this article
Back to top