FirstAndThirdPartyAudiencesResource class

Constructors

FirstAndThirdPartyAudiencesResource(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(FirstAndThirdPartyAudience request, {String? advertiserId, String? $fields}) Future<FirstAndThirdPartyAudience>
Creates a FirstAndThirdPartyAudience.
editCustomerMatchMembers(EditCustomerMatchMembersRequest request, String firstAndThirdPartyAudienceId, {String? $fields}) Future<EditCustomerMatchMembersResponse>
Updates the member list of a Customer Match audience.
get(String firstAndThirdPartyAudienceId, {String? advertiserId, String? partnerId, String? $fields}) Future<FirstAndThirdPartyAudience>
Gets a first and third party audience.
list({String? advertiserId, String? filter, String? orderBy, int? pageSize, String? pageToken, String? partnerId, String? $fields}) Future<ListFirstAndThirdPartyAudiencesResponse>
Lists first and third party audiences.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(FirstAndThirdPartyAudience request, String firstAndThirdPartyAudienceId, {String? advertiserId, String? updateMask, String? $fields}) Future<FirstAndThirdPartyAudience>
Updates an existing FirstAndThirdPartyAudience.
toString() String
A string representation of this object.
inherited

Operators

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