AccountsCreativesResource class

Constructors

AccountsCreativesResource(ApiRequester client)

Properties

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

Methods

create(Creative request, String accountId, {String? duplicateIdMode, String? $fields}) Future<Creative>
Creates a creative.
get(String accountId, String creativeId, {String? $fields}) Future<Creative>
Gets a creative.
list(String accountId, {int? pageSize, String? pageToken, String? query, String? $fields}) Future<ListCreativesResponse>
Lists creatives.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
stopWatching(StopWatchingCreativeRequest request, String accountId, String creativeId, {String? $fields}) Future<Empty>
Stops watching a creative.
toString() String
A string representation of this object.
inherited
update(Creative request, String accountId, String creativeId, {String? $fields}) Future<Creative>
Updates a creative.
watch(WatchCreativeRequest request, String accountId, String creativeId, {String? $fields}) Future<Empty>
Watches a creative.

Operators

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