Show / Hide Table of Contents

Class RetrieveForApplicationTermsOfServiceAgreementStateRequest

Request message for the RetrieveForApplicationTermsOfServiceAgreementState method.

Inheritance
object
RetrieveForApplicationTermsOfServiceAgreementStateRequest
Implements
IMessage<RetrieveForApplicationTermsOfServiceAgreementStateRequest>
IEquatable<RetrieveForApplicationTermsOfServiceAgreementStateRequest>
IDeepCloneable<RetrieveForApplicationTermsOfServiceAgreementStateRequest>
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 RetrieveForApplicationTermsOfServiceAgreementStateRequest : IMessage<RetrieveForApplicationTermsOfServiceAgreementStateRequest>, IEquatable<RetrieveForApplicationTermsOfServiceAgreementStateRequest>, IDeepCloneable<RetrieveForApplicationTermsOfServiceAgreementStateRequest>, IBufferMessage, IMessage

Constructors

RetrieveForApplicationTermsOfServiceAgreementStateRequest()

Declaration
public RetrieveForApplicationTermsOfServiceAgreementStateRequest()

RetrieveForApplicationTermsOfServiceAgreementStateRequest(RetrieveForApplicationTermsOfServiceAgreementStateRequest)

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

Properties

Parent

Required. The account for which to get a TermsOfServiceAgreementState Format: accounts/{account}

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

ParentAsAccountName

AccountName-typed view over the Parent resource name property.

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