PartnersChannelsSitesResource class
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 partnerId, String channelId, {String? $fields})
→ Future<BulkEditSitesResponse>
-
Bulk edits sites under a single channel.
-
create(Site request, String partnerId, String channelId, {String? advertiserId, String? $fields})
→ Future<Site>
-
Creates a site in a channel.
-
delete(String partnerId, String channelId, String urlOrAppId, {String? advertiserId, String? $fields})
→ Future<Empty>
-
Deletes a site from a channel.
-
list(String partnerId, String channelId, {String? advertiserId, String? filter, String? orderBy, int? pageSize, String? pageToken, 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 partnerId, String channelId, {String? $fields})
→ Future<ReplaceSitesResponse>
-
Replaces all of the sites under a single channel.
-
toString()
→ String
-
A string representation of this object.
inherited