AccountsAdclientsCustomchannelsResource class

Constructors

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

create(CustomChannel request, String parent, {String? $fields}) Future<CustomChannel>
Creates a custom channel.
delete(String name, {String? $fields}) Future<Empty>
Deletes a custom channel.
get(String name, {String? $fields}) Future<CustomChannel>
Gets information about the selected custom channel.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<ListCustomChannelsResponse>
Lists all the custom channels available in an ad client.
listLinkedAdUnits(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<ListLinkedAdUnitsResponse>
Lists all the ad units available for a custom channel.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(CustomChannel request, String name, {String? updateMask, String? $fields}) Future<CustomChannel>
Updates a custom channel.
toString() String
A string representation of this object.
inherited

Operators

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