Class ImageResponse
The collection of image details for the product license.
Inherited Members
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. |