GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Property (google_api_apigee v0.54.0)

View Source

A single property entry in the Properties message.

Attributes

  • name (type: String.t, default: nil) - The property key
  • value (type: String.t, default: nil) - The property value

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.