AccountsResource class
Methods
-
get(String name, {String? parent, String? $fields})
→ Future<Account>
-
Retrieves a single CSS/MC account by ID.
-
listChildAccounts(String parent, {String? fullName, String? labelId, int? pageSize, String? pageToken, String? $fields})
→ Future<ListChildAccountsResponse>
-
Lists all the accounts under the specified CSS account ID, and optionally
filters by label ID and account name.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
updateLabels(UpdateAccountLabelsRequest request, String name, {String? $fields})
→ Future<Account>
-
Updates labels assigned to CSS/MC accounts by a CSS domain.