Show / Hide Table of Contents

Class ContainerImageArtifact

Container Image artifact details.

Inheritance
object
Artifact
ContainerImageArtifact
Inherited Members
Artifact.Id
Artifact.DisplayName
Artifact.Status
Artifact.StatusNotes
Artifact.LifecycleState
Artifact.TimeCreated
Artifact.CompartmentId
Artifact.PublisherId
Artifact.TimeUpdated
Artifact.FreeformTags
Artifact.DefinedTags
Artifact.SystemTags
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.MarketplacepublisherService.Models
Assembly: OCI.DotNetSDK.Marketplacepublisher.dll
Syntax
public class ContainerImageArtifact : Artifact

Properties

ContainerImage

Declaration
[Required(ErrorMessage = "ContainerImage is required.")]
[JsonProperty(PropertyName = "containerImage")]
public ContainerImageDetails ContainerImage { get; set; }
Property Value
Type Description
ContainerImageDetails
Remarks

Required

In this article
Back to top