Class UpdateStackDetails
Stack details required to update a Stack artifact.
Inherited Members
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. |