BuyersResource class

Constructors

BuyersResource(ApiRequester client)

Properties

creatives BuyersCreativesResource
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userLists BuyersUserListsResource
no setter

Methods

get(String name, {String? $fields}) Future<Buyer>
Gets a buyer account by its name.
getRemarketingTag(String name, {String? $fields}) Future<GetRemarketingTagResponse>
This has been sunset as of October 2023, and will return an error response if called.
list({int? pageSize, String? pageToken, String? $fields}) Future<ListBuyersResponse>
Lists all buyer account information the calling buyer user or service account is permissioned to manage.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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