ManagementWebPropertyAdWordsLinksResource class

Constructors

ManagementWebPropertyAdWordsLinksResource(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

delete(String accountId, String webPropertyId, String webPropertyAdWordsLinkId, {String? $fields}) Future<void>
Deletes a web property-Google Ads link.
get(String accountId, String webPropertyId, String webPropertyAdWordsLinkId, {String? $fields}) Future<EntityAdWordsLink>
Returns a web property-Google Ads link to which the user has access.
insert(EntityAdWordsLink request, String accountId, String webPropertyId, {String? $fields}) Future<EntityAdWordsLink>
Creates a webProperty-Google Ads link.
list(String accountId, String webPropertyId, {int? maxResults, int? startIndex, String? $fields}) Future<EntityAdWordsLinks>
Lists webProperty-Google Ads links for a given web property.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(EntityAdWordsLink request, String accountId, String webPropertyId, String webPropertyAdWordsLinkId, {String? $fields}) Future<EntityAdWordsLink>
Updates an existing webProperty-Google Ads link.
toString() String
A string representation of this object.
inherited
update(EntityAdWordsLink request, String accountId, String webPropertyId, String webPropertyAdWordsLinkId, {String? $fields}) Future<EntityAdWordsLink>
Updates an existing webProperty-Google Ads link.

Operators

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