Show / Hide Table of Contents

Class GetTermsOfServiceRequest

Request message for the GetTermsOfService method.

Inheritance
object
GetTermsOfServiceRequest
Implements
IMessage<GetTermsOfServiceRequest>
IEquatable<GetTermsOfServiceRequest>
IDeepCloneable<GetTermsOfServiceRequest>
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 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
In this article
Back to top Generated by DocFX