Show / Hide Table of Contents

Class AddAccountService

Additional instructions to add account services during creation of the account.

Inheritance
object
AddAccountService
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Merchant.accounts_v1beta.Data
Assembly: Google.Apis.Merchant.accounts_v1beta.dll
Syntax
public class AddAccountService : IDirectResponseSchema

Properties

AccountAggregation

The provider is an aggregator for the account. Payload for service type Account Aggregation.

Declaration
[JsonProperty("accountAggregation")]
public virtual AccountAggregation AccountAggregation { get; set; }
Property Value
Type Description
AccountAggregation

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Provider

Required. The provider of the service. Either the reference to an account such as providers/123 or a well-known service provider (one of providers/GOOGLE_ADS or providers/GOOGLE_BUSINESS_PROFILE).

Declaration
[JsonProperty("provider")]
public virtual string Provider { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX