GoogleApi.TagManager.V2.Model.ContainerFeatures (google_api_tag_manager v0.24.0)
View SourceAttributes
-
supportBuiltInVariables
(type:boolean()
, default:nil
) - Whether this Container supports built-in variables -
supportClients
(type:boolean()
, default:nil
) - Whether this Container supports clients. -
supportEnvironments
(type:boolean()
, default:nil
) - Whether this Container supports environments. -
supportFolders
(type:boolean()
, default:nil
) - Whether this Container supports folders. -
supportGtagConfigs
(type:boolean()
, default:nil
) - Whether this Container supports Google tag config. -
supportTags
(type:boolean()
, default:nil
) - Whether this Container supports tags. -
supportTemplates
(type:boolean()
, default:nil
) - Whether this Container supports templates. -
supportTransformations
(type:boolean()
, default:nil
) - Whether this Container supports transformations. -
supportTriggers
(type:boolean()
, default:nil
) - Whether this Container supports triggers. -
supportUserPermissions
(type:boolean()
, default:nil
) - Whether this Container supports user permissions managed by GTM. -
supportVariables
(type:boolean()
, default:nil
) - Whether this Container supports variables. -
supportVersions
(type:boolean()
, default:nil
) - Whether this Container supports Container versions. -
supportWorkspaces
(type:boolean()
, default:nil
) - Whether this Container supports workspaces. -
supportZones
(type:boolean()
, default:nil
) - Whether this Container supports zones.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.TagManager.V2.Model.ContainerFeatures{ supportBuiltInVariables: boolean() | nil, supportClients: boolean() | nil, supportEnvironments: boolean() | nil, supportFolders: boolean() | nil, supportGtagConfigs: boolean() | nil, supportTags: boolean() | nil, supportTemplates: boolean() | nil, supportTransformations: boolean() | nil, supportTriggers: boolean() | nil, supportUserPermissions: boolean() | nil, supportVariables: boolean() | nil, supportVersions: boolean() | nil, supportWorkspaces: boolean() | nil, supportZones: boolean() | nil }