Class PartnerCustomerAccount
Represents a customer account in the partner's system.
Implements
Inherited Members
Namespace: Google.Apis.DataManager.v1.Data
Assembly: Google.Apis.DataManager.v1.dll
Syntax
public class PartnerCustomerAccount : IDirectResponseSchema
Properties
AccountId
Required. The identifier of the customer account in the partner's ID space.
Declaration
[JsonProperty("accountId")]
public virtual string AccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
AccountName
Optional. The name of the account.
Declaration
[JsonProperty("accountName")]
public virtual string AccountName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
AccountType
Optional. The type of the account. Can be used to distinguish between advertiser accounts and business level accounts, for example.
Declaration
[JsonProperty("accountType")]
public virtual string AccountType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |