Show / Hide Table of Contents

Class UpdateContainerImageArtifactDetails

Details to update the container image artifact.

Inheritance
object
UpdateArtifactDetails
UpdateContainerImageArtifactDetails
Inherited Members
UpdateArtifactDetails.CompartmentId
UpdateArtifactDetails.DisplayName
UpdateArtifactDetails.FreeformTags
UpdateArtifactDetails.DefinedTags
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 UpdateContainerImageArtifactDetails : UpdateArtifactDetails

Properties

ContainerImage

Declaration
[JsonProperty(PropertyName = "containerImage")]
public UpdateContainerImageDetails ContainerImage { get; set; }
Property Value
Type Description
UpdateContainerImageDetails
In this article
Back to top