CustomersDataLinksResource class

Constructors

CustomersDataLinksResource(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(GoogleAdsSearchads360V23ServicesCreateDataLinkRequest request, String customerId, {String? $fields}) Future<GoogleAdsSearchads360V23ServicesCreateDataLinkResponse>
Creates a data link.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(GoogleAdsSearchads360V23ServicesRemoveDataLinkRequest request, String customerId, {String? $fields}) Future<GoogleAdsSearchads360V23ServicesRemoveDataLinkResponse>
Remove a data link.
toString() String
A string representation of this object.
inherited
update(GoogleAdsSearchads360V23ServicesUpdateDataLinkRequest request, String customerId, {String? $fields}) Future<GoogleAdsSearchads360V23ServicesCreateDataLinkResponse>
Update a data link.

Operators

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