View Source GoogleApi.APIM.V1alpha.Model.TagAction (google_api_apim v0.3.0)

Message for edit tag action

Attributes

  • action (type: String.t, default: nil) - Required. Action to be applied
  • tag (type: String.t, default: nil) - Required. Tag to be added or removed

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.APIM.V1alpha.Model.TagAction{
  action: String.t() | nil,
  tag: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.