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

Remove action. For example, "Remove" : { "name" : "target.name", "success" : true }

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.