Show / Hide Table of Contents

Class ImageResponse

The collection of image details for the product license.

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

Properties

Id

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

The image ID associated with the product license.

ListingId

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

The image listing ID.

ListingName

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

The listing name associated with the product license.

PackageVersion

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

The image package version.

Publisher

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

The image publisher.

In this article
Back to top