Class ProductAccount
Represents a specific account.
Implements
Inherited Members
Namespace: Google.Apis.DataManager.v1.Data
Assembly: Google.Apis.DataManager.v1.dll
Syntax
public class ProductAccount : IDirectResponseSchema
Properties
AccountId
Required. The ID of the account. For example, your Google Ads account ID.
Declaration
[JsonProperty("accountId")]
public virtual string AccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
AccountType
Optional. The type of the account. For example, GOOGLE_ADS. Either account_type or the deprecated
product is required. If both are set, the values must match.
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 |
Product
Deprecated. Use account_type instead.
Declaration
[JsonProperty("product")]
public virtual string Product { get; set; }
Property Value
| Type | Description |
|---|---|
| string |