AccountsContainersWorkspacesTransformationsResource class

Constructors

AccountsContainersWorkspacesTransformationsResource(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(Transformation request, String parent, {String? $fields}) Future<Transformation>
Creates a GTM Transformation.
delete(String path, {String? $fields}) Future<void>
Deletes a GTM Transformation.
get(String path, {String? $fields}) Future<Transformation>
Gets a GTM Transformation.
list(String parent, {String? pageToken, String? $fields}) Future<ListTransformationsResponse>
Lists all GTM Transformations of a GTM container workspace.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
revert(String path, {String? fingerprint, String? $fields}) Future<RevertTransformationResponse>
Reverts changes to a GTM Transformation in a GTM Workspace.
toString() String
A string representation of this object.
inherited
update(Transformation request, String path, {String? fingerprint, String? $fields}) Future<Transformation>
Updates a GTM Transformation.

Operators

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