Accounts
class Accounts extends Resource (View source)
The "accounts" collection of methods.
Typical usage is:
$cssService = new Google\Service\Css(...);
$accounts = $cssService->accounts;
Methods
get(string $name, array $optParams = [])
Retrieves a single CSS/MC account by ID. (accounts.get)
listChildAccounts(string $parent, array $optParams = [])
Lists all the accounts under the specified CSS account ID, and optionally filters by label ID and account name. (accounts.listChildAccounts)
updateLabels(string $name, UpdateAccountLabelsRequest $postBody, array $optParams = [])
Updates labels assigned to CSS/MC accounts by a CSS domain.
Details
Account
get(string $name, array $optParams = [])
Retrieves a single CSS/MC account by ID. (accounts.get)
ListChildAccountsResponse
listChildAccounts(string $parent, array $optParams = [])
Lists all the accounts under the specified CSS account ID, and optionally filters by label ID and account name. (accounts.listChildAccounts)
Account
updateLabels(string $name, UpdateAccountLabelsRequest $postBody, array $optParams = [])
Updates labels assigned to CSS/MC accounts by a CSS domain.
(accounts.updateLabels)