AccountsResource class
Constructors
- AccountsResource(ApiRequester client)
Properties
- adclients → AccountsAdclientsResource
-
no setter
- adunits → AccountsAdunitsResource
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- reports → AccountsReportsResource
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
get(
String accountId, {String? $fields}) → Future< Account> - Get information about the selected associated AdSense account.
-
list(
List< String> filterAdClientId, {String? $fields}) → Future<Accounts> - List hosted accounts associated with this AdSense account by ad client id.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited