Show / Hide Table of Contents

Class Required

Describes the terms of service which are required to be accepted.

Inheritance
object
Required
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX