AccountsAdclientsAdunitsResource class

Constructors

AccountsAdclientsAdunitsResource(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(AdUnit request, String parent, {String? $fields}) Future<AdUnit>
Creates an ad unit.
get(String name, {String? $fields}) Future<AdUnit>
Gets an ad unit from a specified account and ad client.
getAdcode(String name, {String? $fields}) Future<AdUnitAdCode>
Gets the ad unit code for a given ad unit.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<ListAdUnitsResponse>
Lists all ad units under a specified account and ad client.
listLinkedCustomChannels(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<ListLinkedCustomChannelsResponse>
Lists all the custom channels available for an ad unit.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(AdUnit request, String name, {String? updateMask, String? $fields}) Future<AdUnit>
Updates an ad unit.
toString() String
A string representation of this object.
inherited

Operators

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