Reference documentation and code samples for the Google Ads Marketing Platform Admin V1alpha Client class ListOrganizationsResponse.
Response message for ListOrganizations RPC.
Generated from protobuf message google.marketingplatform.admin.v1alpha.ListOrganizationsResponse
Namespace
Google \ Ads \ MarketingPlatform \ Admin \ V1alphaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ organizations |
array<Organization>
The Organization resource that the user has access to, which includes the org id and display name. |
↳ next_page_token |
string
A token, which can be sent as |
getOrganizations
The Organization resource that the user has access to, which includes the org id and display name.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setOrganizations
The Organization resource that the user has access to, which includes the org id and display name.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Organization>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|