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

Collection of key/value string pairs.

Attributes

  • encrypted (type: boolean(), default: nil) - Required. Flag that specifies whether entry values will be encrypted. This field is retained for backward compatibility and the value of encrypted will always be true. Apigee X and hybrid do not support unencrypted key value maps.
  • name (type: String.t, default: nil) - Required. ID of the key value map.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1KeyValueMap{
  encrypted: boolean() | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.