Class Required
Describes the terms of service which are required to be accepted.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.accounts_v1beta.Data
Assembly: Google.Apis.Merchant.accounts_v1beta.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
The termsOfService that need to be accepted.
Declaration
[JsonProperty("termsOfService")]
public virtual string TermsOfService { get; set; }
Property Value
Type | Description |
---|---|
string |
TosFileUri
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 |