Show / Hide Table of Contents

Class Required

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

Inheritance
object
Required
Implements
IMessage<Required>
IEquatable<Required>
IDeepCloneable<Required>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.dll
Syntax
public sealed class Required : IMessage<Required>, IEquatable<Required>, IDeepCloneable<Required>, IBufferMessage, IMessage

Constructors

Required()

Declaration
public Required()

Required(Required)

Declaration
public Required(Required other)
Parameters
Type Name Description
Required other

Properties

TermsOfService

The termsOfService that need to be accepted.

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

TermsOfServiceAsTermsOfServiceName

TermsOfServiceName-typed view over the TermsOfService resource name property.

Declaration
public TermsOfServiceName TermsOfServiceAsTermsOfServiceName { get; set; }
Property Value
Type Description
TermsOfServiceName

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
public string TosFileUri { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX