google_api_tag_manager v0.5.0 GoogleApi.TagManager.V2.Model.Entity View Source

A workspace entity that may represent a tag, trigger, variable, or folder in addition to its status in the workspace.

Attributes

  • changeStatus (type: String.t, default: nil) - Represents how the entity has been changed in the workspace.
  • folder (type: GoogleApi.TagManager.V2.Model.Folder.t, default: nil) - The Folder being represented by the entity.
  • tag (type: GoogleApi.TagManager.V2.Model.Tag.t, default: nil) - The tag being represented by the entity.
  • trigger (type: GoogleApi.TagManager.V2.Model.Trigger.t, default: nil) - The trigger being represented by the entity.
  • variable (type: GoogleApi.TagManager.V2.Model.Variable.t, default: nil) - The variable being represented by the entity.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.