Class RetrieveLatestTermsOfServiceRequest
Request message for the RetrieveLatestTermsOfService
method.
Implements
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.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 |