Class ImageDetails
Image details associated with the product license.
Inherited Members
Namespace: Oci.LicensemanagerService.Models
Assembly: OCI.DotNetSDK.Licensemanager.dll
Syntax
public class ImageDetailsProperties
ListingId
Declaration
[Required(ErrorMessage = "ListingId is required.")]
[JsonProperty(PropertyName = "listingId")]
public string ListingId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Marketplace image listing ID. | 
Remarks
Required
PackageVersion
Declaration
[Required(ErrorMessage = "PackageVersion is required.")]
[JsonProperty(PropertyName = "packageVersion")]
public string PackageVersion { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Image package version. | 
Remarks
Required