View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1KeyValueEntry (google_api_apigee v0.46.0)

Key value map pair where the value represents the data associated with the corresponding key. Note: Supported for Apigee hybrid 1.8.x and higher.

Attributes

  • name (type: String.t, default: nil) - Resource URI that can be used to identify the scope of the key value map entries.
  • value (type: String.t, default: nil) - Required. Data or payload that is being retrieved and associated with the unique key.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.