Class ClientData
Contains the client data.
Implements
Inherited Members
Namespace: Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha.Data
Assembly: Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha.dll
Syntax
public class ClientData : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EndDate
The end date of the contract between the sales org and the end client.
Declaration
[JsonProperty("endDate")]
public virtual Date EndDate { get; set; }
Property Value
| Type | Description |
|---|---|
| Date |
Organization
The end client that has/had contract with the requested sales org.
Declaration
[JsonProperty("organization")]
public virtual Organization Organization { get; set; }
Property Value
| Type | Description |
|---|---|
| Organization |
StartDate
The start date of the contract between the sales org and the end client.
Declaration
[JsonProperty("startDate")]
public virtual Date StartDate { get; set; }
Property Value
| Type | Description |
|---|---|
| Date |