AdvertisersChannelsSitesResource class

Constructors

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

bulkEdit(BulkEditSitesRequest request, String advertiserId, String channelId, {String? $fields}) Future<BulkEditSitesResponse>
Bulk edits sites under a single channel.
create(Site request, String advertiserId, String channelId, {String? partnerId, String? $fields}) Future<Site>
Creates a site in a channel.
delete(String advertiserId, String channelId, String urlOrAppId, {String? partnerId, String? $fields}) Future<Empty>
Deletes a site from a channel.
list(String advertiserId, String channelId, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? partnerId, String? $fields}) Future<ListSitesResponse>
Lists sites in a channel.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replace(ReplaceSitesRequest request, String advertiserId, String channelId, {String? $fields}) Future<ReplaceSitesResponse>
Replaces all of the sites under a single channel.
toString() String
A string representation of this object.
inherited

Operators

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