Show / Hide Table of Contents

Class RestoreContainerImageDetails

Undelete container image request details.

Inheritance
object
RestoreContainerImageDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ArtifactsService.Models
Assembly: OCI.DotNetSDK.Artifacts.dll
Syntax
public class RestoreContainerImageDetails

Properties

Version

Declaration
[JsonProperty(PropertyName = "version")]
public string Version { get; set; }
Property Value
Type Description
string

Optional version to associate with image.

In this article
Back to top