Class ListRetiredResourcesResponse (3.11.0)

ListRetiredResourcesResponse(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Response message for KeyManagementService.ListRetiredResources.

Attributes

Name Description
retired_resources MutableSequence[google.cloud.kms_v1.types.RetiredResource]
The list of RetiredResources.
next_page_token str
A token to retrieve the next page of results. Pass this value in ListRetiredResourcesRequest.page_token to retrieve the next page of results.
total_size int
The total number of RetiredResources that matched the query.