AccountsResource class
Constructors
- AccountsResource(ApiRequester client)
Properties
- adclients → AccountsAdclientsResource
-
no setter
- alerts → AccountsAlertsResource
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- payments → AccountsPaymentsResource
-
no setter
- reports → AccountsReportsResource
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sites → AccountsSitesResource
-
no setter
Methods
-
get(
String name, {String? $fields}) → Future< Account> - Gets information about the selected AdSense account.
-
getAdBlockingRecoveryTag(
String name, {String? $fields}) → Future< AdBlockingRecoveryTag> - Gets the ad blocking recovery tag of an account.
-
list(
{int? pageSize, String? pageToken, String? $fields}) → Future< ListAccountsResponse> - Lists all accounts available to this user.
-
listChildAccounts(
String parent, {int? pageSize, String? pageToken, String? $fields}) → Future< ListChildAccountsResponse> - Lists all accounts directly managed by the given AdSense account.
-
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