Class GetTermsOfServiceRequest
Request message for the GetTermsOfService
method.
Implements
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.dll
Syntax
public sealed class GetTermsOfServiceRequest : IMessage<GetTermsOfServiceRequest>, IEquatable<GetTermsOfServiceRequest>, IDeepCloneable<GetTermsOfServiceRequest>, IBufferMessage, IMessage
Constructors
GetTermsOfServiceRequest()
Declaration
public GetTermsOfServiceRequest()
GetTermsOfServiceRequest(GetTermsOfServiceRequest)
Declaration
public GetTermsOfServiceRequest(GetTermsOfServiceRequest other)
Parameters
Type | Name | Description |
---|---|---|
GetTermsOfServiceRequest | other |
Properties
Name
Required. The resource name of the terms of service version.
Format: termsOfService/{version}
Declaration
public string Name { 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 |