TagManagerApi class Null safety

This API allows clients to access and modify container and tag configuration.

Constructors

TagManagerApi(Client client, {String rootUrl = 'https://tagmanager.googleapis.com/', String servicePath = ''})

Properties

accounts AccountsResource
read-only
hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

tagmanagerDeleteContainersScope → const String
Delete your Google Tag Manager containers
'https://www.googleapis.com/auth/tagmanager.delete.containers'
tagmanagerEditContainersScope → const String
Manage your Google Tag Manager container and its subcomponents, excluding versioning and publishing
'https://www.googleapis.com/auth/tagmanager.edit.containers'
tagmanagerEditContainerversionsScope → const String
Manage your Google Tag Manager container versions
'https://www.googleapis.com/auth/tagmanager.edit.containerversions'
tagmanagerManageAccountsScope → const String
View and manage your Google Tag Manager accounts
'https://www.googleapis.com/auth/tagmanager.manage.accounts'
tagmanagerManageUsersScope → const String
Manage user permissions of your Google Tag Manager account and container
'https://www.googleapis.com/auth/tagmanager.manage.users'
tagmanagerPublishScope → const String
Publish your Google Tag Manager container versions
'https://www.googleapis.com/auth/tagmanager.publish'
tagmanagerReadonlyScope → const String
View your Google Tag Manager container and its subcomponents
'https://www.googleapis.com/auth/tagmanager.readonly'