GoogleApi.TagManager.V2.Model.FolderEntities (google_api_tag_manager v0.24.0)
View SourceRepresents 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type 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 }