Class ContainerImageArtifact
Container Image artifact details.
Inherited Members
Namespace: Oci.MarketplacepublisherService.Models
Assembly: OCI.DotNetSDK.Marketplacepublisher.dll
Syntax
public class ContainerImageArtifact : ArtifactProperties
ContainerImage
Declaration
[Required(ErrorMessage = "ContainerImage is required.")]
[JsonProperty(PropertyName = "containerImage")]
public ContainerImageDetails ContainerImage { get; set; }Property Value
| Type | Description | 
|---|---|
| ContainerImageDetails | 
Remarks
Required