Show / Hide Table of Contents

Class RetrieveLatestTermsOfServiceRequest

Request message for the RetrieveLatestTermsOfService method.

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

Constructors

RetrieveLatestTermsOfServiceRequest()

Declaration
public RetrieveLatestTermsOfServiceRequest()

RetrieveLatestTermsOfServiceRequest(RetrieveLatestTermsOfServiceRequest)

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

Properties

Kind

Required. The Kind this terms of service version applies to.

Declaration
public TermsOfServiceKind Kind { get; set; }
Property Value
Type Description
TermsOfServiceKind

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
In this article
Back to top Generated by DocFX