AccountsContainersWorkspacesGtagConfigResource class

Constructors

AccountsContainersWorkspacesGtagConfigResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(GtagConfig request, String parent, {String? $fields}) Future<GtagConfig>
Creates a Google tag config.
delete(String path, {String? $fields}) Future<void>
Deletes a Google tag config.
get(String path, {String? $fields}) Future<GtagConfig>
Gets a Google tag config.
list(String parent, {String? pageToken, String? $fields}) Future<ListGtagConfigResponse>
Lists all Google tag configs in a Container.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(GtagConfig request, String path, {String? fingerprint, String? $fields}) Future<GtagConfig>
Updates a Google tag config.

Operators

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