Reference documentation and code samples for the Google Ads Marketing Platform Admin V1alpha Client class Organization.
A resource message representing a Google Marketing Platform organization.
Generated from protobuf message google.marketingplatform.admin.v1alpha.Organization
Namespace
Google \ Ads \ MarketingPlatform \ Admin \ V1alphaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Identifier. The resource name of the GMP organization. Format: organizations/{org_id} |
↳ display_name |
string
The human-readable name for the organization. |
getName
Identifier. The resource name of the GMP organization.
Format: organizations/{org_id}
Returns | |
---|---|
Type | Description |
string |
setName
Identifier. The resource name of the GMP organization.
Format: organizations/{org_id}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDisplayName
The human-readable name for the organization.
Returns | |
---|---|
Type | Description |
string |
setDisplayName
The human-readable name for the organization.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |