AdvertisersChannelsResource class

Constructors

AdvertisersChannelsResource(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
sites AdvertisersChannelsSitesResource
no setter

Methods

create(Channel request, String advertiserId, {String? partnerId, String? $fields}) Future<Channel>
Creates a new channel.
get(String advertiserId, String channelId, {String? partnerId, String? $fields}) Future<Channel>
Gets a channel for a partner or advertiser.
list(String advertiserId, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? partnerId, String? $fields}) Future<ListChannelsResponse>
Lists channels for a partner or advertiser.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Channel request, String advertiserId, String channelId, {String? partnerId, String? updateMask, String? $fields}) Future<Channel>
Updates a channel.
toString() String
A string representation of this object.
inherited

Operators

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