Class UpdateContainerImageDetails
Container image details required to update a container artifact.
Inherited Members
Namespace: Oci.MarketplacepublisherService.Models
Assembly: OCI.DotNetSDK.Marketplacepublisher.dll
Syntax
public class UpdateContainerImageDetailsProperties
SourceRegistryId
Declaration
[Required(ErrorMessage = "SourceRegistryId is required.")]
[JsonProperty(PropertyName = "sourceRegistryId")]
public string SourceRegistryId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The source registry OCID of the container image. | 
Remarks
Required
SourceRegistryUrl
Declaration
[Required(ErrorMessage = "SourceRegistryUrl is required.")]
[JsonProperty(PropertyName = "sourceRegistryUrl")]
public string SourceRegistryUrl { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The source registry url of the container image. | 
Remarks
Required