Show / Hide Table of Contents

Class CreateAndConfigureAccountRequest.Types.AcceptTermsOfService

Reference to a Terms of Service resource.

Inheritance
object
CreateAndConfigureAccountRequest.Types.AcceptTermsOfService
Implements
IMessage<CreateAndConfigureAccountRequest.Types.AcceptTermsOfService>
IEquatable<CreateAndConfigureAccountRequest.Types.AcceptTermsOfService>
IDeepCloneable<CreateAndConfigureAccountRequest.Types.AcceptTermsOfService>
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 CreateAndConfigureAccountRequest.Types.AcceptTermsOfService : IMessage<CreateAndConfigureAccountRequest.Types.AcceptTermsOfService>, IEquatable<CreateAndConfigureAccountRequest.Types.AcceptTermsOfService>, IDeepCloneable<CreateAndConfigureAccountRequest.Types.AcceptTermsOfService>, IBufferMessage, IMessage

Constructors

AcceptTermsOfService()

Declaration
public AcceptTermsOfService()

AcceptTermsOfService(AcceptTermsOfService)

Declaration
public AcceptTermsOfService(CreateAndConfigureAccountRequest.Types.AcceptTermsOfService other)
Parameters
Type Name Description
CreateAndConfigureAccountRequest.Types.AcceptTermsOfService other

Properties

Name

Required. The resource name of the terms of service version in the format termsOfService/{version}. To retrieve the latest version, use the termsOfService.retrieveLatest method.

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

RegionCode

Required. Region code as defined by CLDR. This is either a country when the ToS applies specifically to that country or 001 when it applies globally.

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

TermsOfServiceName

TermsOfServiceName-typed view over the Name resource name property.

Declaration
public TermsOfServiceName TermsOfServiceName { get; set; }
Property Value
Type Description
TermsOfServiceName
In this article
Back to top Generated by DocFX