Reference documentation and code samples for the Google Ads Marketing Platform Admin V1alpha Client class ClientData.
Contains the client data.
Generated from protobuf message google.marketingplatform.admin.v1alpha.FindSalesPartnerManagedClientsResponse.ClientData
Namespace
Google \ Ads \ MarketingPlatform \ Admin \ V1alpha \ FindSalesPartnerManagedClientsResponseMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ organization |
Google\Ads\MarketingPlatform\Admin\V1alpha\Organization
The end client that has/had contract with the requested sales org. |
↳ start_date |
Google\Type\Date
The start date of the contract between the sales org and the end client. |
↳ end_date |
Google\Type\Date
The end date of the contract between the sales org and the end client. |
getOrganization
The end client that has/had contract with the requested sales org.
| Returns | |
|---|---|
| Type | Description |
Google\Ads\MarketingPlatform\Admin\V1alpha\Organization|null |
|
hasOrganization
clearOrganization
setOrganization
The end client that has/had contract with the requested sales org.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Ads\MarketingPlatform\Admin\V1alpha\Organization
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getStartDate
The start date of the contract between the sales org and the end client.
| Returns | |
|---|---|
| Type | Description |
Google\Type\Date|null |
|
hasStartDate
clearStartDate
setStartDate
The start date of the contract between the sales org and the end client.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Type\Date
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEndDate
The end date of the contract between the sales org and the end client.
| Returns | |
|---|---|
| Type | Description |
Google\Type\Date|null |
|
hasEndDate
clearEndDate
setEndDate
The end date of the contract between the sales org and the end client.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Type\Date
|
| Returns | |
|---|---|
| Type | Description |
$this |
|