Class AccountsResource.TermsOfServiceAgreementStatesResource
The "termsOfServiceAgreementStates" collection of methods.
Inherited Members
Namespace: Google.Apis.Merchant.accounts_v1
Assembly: Google.Apis.Merchant.accounts_v1.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:
|
Returns
| Type | Description |
|---|---|
| AccountsResource.TermsOfServiceAgreementStatesResource.GetRequest |
RetrieveForApplication(string)
Retrieves the state of the agreement for the application terms of service. Application terms of service covers permissions related to the usage of data provided through Merchant Center, CSS Center, Manufacturer Center, and more.
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: |
Returns
| Type | Description |
|---|---|
| AccountsResource.TermsOfServiceAgreementStatesResource.RetrieveForApplicationRequest |