AccountsCreativesDealAssociationsResource class

Constructors

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

add(AddDealAssociationRequest request, String accountId, String creativeId, {String? $fields}) Future<Empty>
Associate an existing deal with a creative.
list(String accountId, String creativeId, {int? pageSize, String? pageToken, String? query, String? $fields}) Future<ListDealAssociationsResponse>
List all creative-deal associations.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(RemoveDealAssociationRequest request, String accountId, String creativeId, {String? $fields}) Future<Empty>
Remove the association between a deal and a creative.
toString() String
A string representation of this object.
inherited

Operators

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