Class OrganizationsResource.FindSalesPartnerManagedClientsRequest
Returns a list of clients managed by the sales partner organization. User needs to be an OrgAdmin/BillingAdmin on the sales partner organization in order to view the end clients.
Inheritance
OrganizationsResource.FindSalesPartnerManagedClientsRequest
Inherited Members
GoogleMarketingPlatformAdminAPIBaseServiceRequest<FindSalesPartnerManagedClientsResponse>.OauthToken
GoogleMarketingPlatformAdminAPIBaseServiceRequest<FindSalesPartnerManagedClientsResponse>.UploadType
Namespace: Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha
Assembly: Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha.dll
Syntax
public class OrganizationsResource.FindSalesPartnerManagedClientsRequest : GoogleMarketingPlatformAdminAPIBaseServiceRequest<FindSalesPartnerManagedClientsResponse>, IClientServiceRequest<FindSalesPartnerManagedClientsResponse>, IClientServiceRequest
Constructors
FindSalesPartnerManagedClientsRequest(IClientService, FindSalesPartnerManagedClientsRequest, string)
Constructs a new FindSalesPartnerManagedClients request.
Declaration
public FindSalesPartnerManagedClientsRequest(IClientService service, FindSalesPartnerManagedClientsRequest body, string organization)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| FindSalesPartnerManagedClientsRequest | body | |
| string | organization |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Organization
Required. The name of the sales partner organization. Format: organizations/{org_id}
Declaration
[RequestParameter("organization", RequestParameterType.Path)]
public virtual string Organization { get; }
Property Value
| Type | Description |
|---|---|
| string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
InitParameters()
Initializes FindSalesPartnerManagedClients parameter list.
Declaration
protected override void InitParameters()