View Source GoogleApi.APIKeys.V2.Model.V2ListKeysResponse (google_api_api_keys v0.7.0)

Response message for ListKeys method.

Attributes

  • keys (type: list(GoogleApi.APIKeys.V2.Model.V2Key.t), default: nil) - A list of API keys.
  • nextPageToken (type: String.t, default: nil) - The pagination token for the next page of results.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.APIKeys.V2.Model.V2ListKeysResponse{
  keys: [GoogleApi.APIKeys.V2.Model.V2Key.t()] | nil,
  nextPageToken: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.