View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Attribute (google_api_apigee v0.50.0)

Key-value pair to store extra metadata.

Attributes

  • name (type: String.t, default: nil) - API key of the attribute.
  • value (type: String.t, default: nil) - Value of the attribute.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Attribute{
  name: String.t() | nil,
  value: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.