Class ListStackAssociatedResourcesResponse
Implements
Inherited Members
Namespace: Oci.ResourcemanagerService.Responses
Assembly: OCI.DotNetSDK.Resourcemanager.dll
Syntax
public class ListStackAssociatedResourcesResponse : OciResponse, IOciResponse
  Properties
AssociatedResourcesCollection
Declaration
[HttpConverter(TargetEnum.Body)]
public AssociatedResourcesCollection AssociatedResourcesCollection { get; set; }
  Property Value
| Type | Description | 
|---|---|
| AssociatedResourcesCollection | The returned AssociatedResourcesCollection instance.  | 
      
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.  |