Class ProposeAccountServiceRequest
Request to propose an account service.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.accounts_v1beta.Data
Assembly: Google.Apis.Merchant.accounts_v1beta.dll
Syntax
public class ProposeAccountServiceRequest : IDirectResponseSchema
Properties
AccountService
Required. The account service to propose.
Declaration
[JsonProperty("accountService")]
public virtual AccountService AccountService { get; set; }
Property Value
Type | Description |
---|---|
AccountService |
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 |