FirstPartyAndPartnerAudiencesResource class

Constructors

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

Operators

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