CreativeGroupsResource class

Constructors

CreativeGroupsResource(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<CreativeGroup>
Gets one creative group by ID.
insert(CreativeGroup request, String profileId, {String? $fields}) Future<CreativeGroup>
Inserts a new creative group.
list(String profileId, {List<String>? advertiserIds, int? groupNumber, List<String>? ids, int? maxResults, String? pageToken, String? searchString, String? sortField, String? sortOrder, String? $fields}) Future<CreativeGroupsListResponse>
Retrieves a list of creative groups, possibly filtered.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(CreativeGroup request, String profileId, String id, {String? $fields}) Future<CreativeGroup>
Updates an existing creative group.
toString() String
A string representation of this object.
inherited
update(CreativeGroup request, String profileId, {String? $fields}) Future<CreativeGroup>
Updates an existing creative group.

Operators

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