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