GoogleApi.CloudKMS.V1.Model.ListKeyRingsResponse (google_api_cloud_kms v0.32.2) View Source

Response message for KeyManagementService.ListKeyRings.

Attributes

  • keyRings (type: list(GoogleApi.CloudKMS.V1.Model.KeyRing.t), default: nil) - The list of KeyRings.
  • nextPageToken (type: String.t, default: nil) - A token to retrieve next page of results. Pass this value in ListKeyRingsRequest.page_token to retrieve the next page of results.
  • totalSize (type: integer(), default: nil) - The total number of KeyRings that matched the query.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.CloudKMS.V1.Model.ListKeyRingsResponse{
  keyRings: [GoogleApi.CloudKMS.V1.Model.KeyRing.t()] | nil,
  nextPageToken: String.t() | nil,
  totalSize: integer() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.