google_api_tag_manager v0.3.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 (String.t): Represents how the entity has been changed in the workspace. Defaults to:
null
.- Enum - one of [added, changeStatusUnspecified, deleted, none, updated]
- folder (Folder): The Folder being represented by the entity. Defaults to:
null
. - tag (Tag): The tag being represented by the entity. Defaults to:
null
. - trigger (Trigger): The trigger being represented by the entity. Defaults to:
null
. - variable (Variable): The variable being represented by the entity. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.TagManager.V2.Model.Entity{
changeStatus: any(),
folder: GoogleApi.TagManager.V2.Model.Folder.t(),
tag: GoogleApi.TagManager.V2.Model.Tag.t(),
trigger: GoogleApi.TagManager.V2.Model.Trigger.t(),
variable: GoogleApi.TagManager.V2.Model.Variable.t()
}
t() :: %GoogleApi.TagManager.V2.Model.Entity{ changeStatus: any(), folder: GoogleApi.TagManager.V2.Model.Folder.t(), tag: GoogleApi.TagManager.V2.Model.Tag.t(), trigger: GoogleApi.TagManager.V2.Model.Trigger.t(), variable: GoogleApi.TagManager.V2.Model.Variable.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.