View Source GoogleApi.APIKeys.V2.Model.V2GetKeyStringResponse (google_api_api_keys v0.5.0)

Response message for GetKeyString method.

Attributes

  • keyString (type: String.t, default: nil) - An encrypted and signed value of the key.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.APIKeys.V2.Model.V2GetKeyStringResponse{
  keyString: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.