Class GetTermsOfServiceAgreementStateRequest
Request message for the GetTermsOfServiceAgreementState method.
Implements
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.dll
Syntax
public sealed class GetTermsOfServiceAgreementStateRequest : IMessage<GetTermsOfServiceAgreementStateRequest>, IEquatable<GetTermsOfServiceAgreementStateRequest>, IDeepCloneable<GetTermsOfServiceAgreementStateRequest>, IBufferMessage, IMessage
Constructors
GetTermsOfServiceAgreementStateRequest()
Declaration
public GetTermsOfServiceAgreementStateRequest()
GetTermsOfServiceAgreementStateRequest(GetTermsOfServiceAgreementStateRequest)
Declaration
public GetTermsOfServiceAgreementStateRequest(GetTermsOfServiceAgreementStateRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| GetTermsOfServiceAgreementStateRequest | other |
Properties
Name
Required. The resource name of the terms of service version.
Format: accounts/{account}/termsOfServiceAgreementState/{identifier}
The identifier format is: {TermsOfServiceKind}-{country}
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TermsOfServiceAgreementStateName
TermsOfServiceAgreementStateName-typed view over the Name resource name property.
Declaration
public TermsOfServiceAgreementStateName TermsOfServiceAgreementStateName { get; set; }
Property Value
| Type | Description |
|---|---|
| TermsOfServiceAgreementStateName |