View Source GoogleApi.CloudKMS.V1.Model.ListKeyHandlesResponse (google_api_cloud_kms v0.42.0)

Response message for Autokey.ListKeyHandles.

Attributes

  • keyHandles (type: list(GoogleApi.CloudKMS.V1.Model.KeyHandle.t), default: nil) - Resulting KeyHandles.
  • nextPageToken (type: String.t, default: nil) - A token to retrieve next page of results. Pass this value in ListKeyHandlesRequest.page_token to retrieve the next page of results.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudKMS.V1.Model.ListKeyHandlesResponse{
  keyHandles: [GoogleApi.CloudKMS.V1.Model.KeyHandle.t()] | nil,
  nextPageToken: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.