Show / Hide Table of Contents

Class AccountsResource.TermsOfServiceAgreementStatesResource

The "termsOfServiceAgreementStates" collection of methods.

Inheritance
object
AccountsResource.TermsOfServiceAgreementStatesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Merchant.accounts_v1beta
Assembly: Google.Apis.Merchant.accounts_v1beta.dll
Syntax
public class AccountsResource.TermsOfServiceAgreementStatesResource

Constructors

TermsOfServiceAgreementStatesResource(IClientService)

Constructs a new resource.

Declaration
public TermsOfServiceAgreementStatesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(string)

Returns the state of a terms of service agreement.

Declaration
public virtual AccountsResource.TermsOfServiceAgreementStatesResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The resource name of the terms of service version. Format: accounts/{account}/termsOfServiceAgreementStates/{identifier} The identifier format is: {TermsOfServiceKind}-{country}

Returns
Type Description
AccountsResource.TermsOfServiceAgreementStatesResource.GetRequest

RetrieveForApplication(string)

Retrieves the state of the agreement for the application terms of service.

Declaration
public virtual AccountsResource.TermsOfServiceAgreementStatesResource.RetrieveForApplicationRequest RetrieveForApplication(string parent)
Parameters
Type Name Description
string parent

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

Returns
Type Description
AccountsResource.TermsOfServiceAgreementStatesResource.RetrieveForApplicationRequest
In this article
Back to top Generated by DocFX