CustomchannelsResource class

Constructors

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

delete(String adClientId, String customChannelId, {String? $fields}) Future<CustomChannel>
Delete a specific custom channel from the host AdSense account.
get(String adClientId, String customChannelId, {String? $fields}) Future<CustomChannel>
Get a specific custom channel from the host AdSense account.
insert(CustomChannel request, String adClientId, {String? $fields}) Future<CustomChannel>
Add a new custom channel to the host AdSense account.
list(String adClientId, {int? maxResults, String? pageToken, String? $fields}) Future<CustomChannels>
List all host custom channels in this AdSense account.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(CustomChannel request, String adClientId, String customChannelId, {String? $fields}) Future<CustomChannel>
Update a custom channel in the host AdSense account.
toString() String
A string representation of this object.
inherited
update(CustomChannel request, String adClientId, {String? $fields}) Future<CustomChannel>
Update a custom channel in the host AdSense account.

Operators

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