Class Required
Describes the terms of service which are required to be accepted.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.accounts_v1.Data
Assembly: Google.Apis.Merchant.accounts_v1.dll
Syntax
public class Required : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TermsOfService
Required. The TermsOfService that need to be accepted.
Declaration
[JsonProperty("termsOfService")]
public virtual string TermsOfService { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TosFileUri
Required. Full URL to the terms of service file. This field is the same as TermsOfService.file_uri, it is
added here for convenience only.
Declaration
[JsonProperty("tosFileUri")]
public virtual string TosFileUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |