GoogleApi.Dataflow.V1b3.Model.ModifyTemplateVersionTagRequest (google_api_dataflow v0.30.1) View Source

Add a tag to the current TemplateVersion. If tag exist in another TemplateVersion in the Template, remove the tag before add it to the current TemplateVersion. If remove_only set, remove the tag from the current TemplateVersion.

Attributes

  • removeOnly (type: boolean(), default: nil) - The flag that indicates if the request is only for remove tag from TemplateVersion.
  • tag (type: String.t, default: nil) - The tag for update.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Dataflow.V1b3.Model.ModifyTemplateVersionTagRequest{
  removeOnly: boolean(),
  tag: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.