google_api_tag_manager v0.7.0 GoogleApi.TagManager.V2.Model.FolderEntities 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
Link to this type
t()
View Sourcet() :: %GoogleApi.TagManager.V2.Model.FolderEntities{
nextPageToken: String.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
Unwrap a decoded JSON object into its complex fields.