Class ListStacksResponse
Implements
Inherited Members
Namespace: Oci.ResourcemanagerService.Responses
Assembly: OCI.DotNetSDK.Resourcemanager.dll
Syntax
public class ListStacksResponse : OciResponse, IOciResponseProperties
Items
Declaration
[HttpConverter(TargetEnum.Body)]
public List<StackSummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<StackSummary> | A list of StackSummary instances. | 
OpcNextPage
Declaration
[HttpConverter(TargetEnum.Header, "opc-next-page")]
public string OpcNextPage { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Retrieves the next page of paginated list items. If the  | 
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Unique identifier for the request. |