GoogleApi.APIKeys.V2.Model.V2LookupKeyResponse (google_api_api_keys v0.2.1) View Source

Response message for LookupKey method.

Attributes

  • name (type: String.t, default: nil) - The resource name of the API key. If the API key has been purged, resource name is empty.
  • parent (type: String.t, default: nil) - The project that owns the key with the value specified in the request.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.APIKeys.V2.Model.V2LookupKeyResponse{
  name: String.t() | nil,
  parent: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.