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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.