Reference documentation and code samples for the Google Ads Marketing Platform Admin V1alpha Client class FindSalesPartnerManagedClientsRequest.
Request message for FindSalesPartnerManagedClients RPC.
Generated from protobuf message google.marketingplatform.admin.v1alpha.FindSalesPartnerManagedClientsRequest
Namespace
Google \ Ads \ MarketingPlatform \ Admin \ V1alphaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ organization |
string
Required. The name of the sales partner organization. Format: organizations/{org_id} |
↳ is_active |
bool
Optional. If set, only active and just ended clients will be returned. |
getOrganization
Required. The name of the sales partner organization.
Format: organizations/{org_id}
| Returns | |
|---|---|
| Type | Description |
string |
|
setOrganization
Required. The name of the sales partner organization.
Format: organizations/{org_id}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getIsActive
Optional. If set, only active and just ended clients will be returned.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setIsActive
Optional. If set, only active and just ended clients will be returned.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|