Class StackCollection
Results of a Stack search. Contains both StackSummary items and other information, such as metadata.
Inherited Members
Namespace: Oci.DifService.Models
Assembly: OCI.DotNetSDK.Dif.dll
Syntax
public class StackCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<StackSummary> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<StackSummary> | List of Stacks. |
Remarks
Required