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

Get action. For example, "Get" : { "name" : "target.name", "value" : "default" }

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.