GoogleApi.TagManager.V2.Model.FolderEntities (google_api_tag_manager v0.18.0) View Source
Represents a Google Tag Manager Folder's contents.
Attributes
-
nextPageToken(type:String.t, default:nil) - Continuation token for fetching the next page of results. -
tag(type:list(GoogleApi.TagManager.V2.Model.Tag.t), default:nil) - The list of tags inside the folder. -
trigger(type:list(GoogleApi.TagManager.V2.Model.Trigger.t), default:nil) - The list of triggers inside the folder. -
variable(type:list(GoogleApi.TagManager.V2.Model.Variable.t), default:nil) - The list of variables inside the folder.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.TagManager.V2.Model.FolderEntities{
nextPageToken: String.t() | nil,
tag: [GoogleApi.TagManager.V2.Model.Tag.t()] | nil,
trigger: [GoogleApi.TagManager.V2.Model.Trigger.t()] | nil,
variable: [GoogleApi.TagManager.V2.Model.Variable.t()] | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.