Resource: Subaccount
Contains properties of a Campaign Manager subaccount.
JSON representation |
---|
{ "id": string, "name": string, "accountId": string, "availablePermissionIds": [ string ], "kind": string } |
Fields | |
---|---|
id |
ID of this subaccount. This is a read-only, auto-generated field. |
name |
Name of this subaccount. This is a required field. Must be less than 128 characters long and be unique among subaccounts of the same account. |
account |
ID of the account that contains this subaccount. This is a read-only field that can be left blank. |
available |
IDs of the available user role permissions for this subaccount. |
kind |
Identifies what kind of resource this is. Value: the fixed string
. |
Methods |
|
---|---|
|
Gets one subaccount by ID. |
|
Inserts a new subaccount. |
|
Gets a list of subaccounts, possibly filtered. |
|
Updates an existing subaccount. |
|
Updates an existing subaccount. |