Class FindSalesPartnerManagedClientsResponse
Response message for FindSalesPartnerManagedClients RPC.
Implements
Inherited Members
Namespace: Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha.Data
Assembly: Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha.dll
Syntax
public class FindSalesPartnerManagedClientsResponse : IDirectResponseSchema
Properties
ClientData
The clients managed by the sales org.
Declaration
[JsonProperty("clientData")]
public virtual IList<ClientData> ClientData { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<ClientData> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |