Show / Hide Table of Contents

Class UpdateStackDetails

Stack details required to update a Stack artifact.

Inheritance
object
UpdateStackDetails
Inherited Members
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 UpdateStackDetails

Properties

ImageListingIds

Declaration
[JsonProperty(PropertyName = "imageListingIds")]
public List<string> ImageListingIds { get; set; }
Property Value
Type Description
List<string>

Image listing OCIDs that are referred in the Stack.

SourceStackId

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

The source stack OCID.

In this article
Back to top