CreativesResource class

Constructors

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

get(String profileId, String id, {String? $fields}) Future<Creative>
Gets one creative by ID.
insert(Creative request, String profileId, {String? $fields}) Future<Creative>
Inserts a new creative.
list(String profileId, {bool? active, String? advertiserId, bool? archived, String? campaignId, List<String>? companionCreativeIds, List<String>? creativeFieldIds, List<String>? ids, int? maxResults, String? pageToken, List<String>? renderingIds, String? searchString, List<String>? sizeIds, String? sortField, String? sortOrder, String? studioCreativeId, List<String>? types, String? $fields}) Future<CreativesListResponse>
Retrieves a list of creatives, possibly filtered.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Creative request, String profileId, String id, {String? $fields}) Future<Creative>
Updates an existing creative.
toString() String
A string representation of this object.
inherited
update(Creative request, String profileId, {String? $fields}) Future<Creative>
Updates an existing creative.

Operators

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