Show / Hide Table of Contents

Class AccountsResource.AutomaticImprovementsResource

The "automaticImprovements" collection of methods.

Inheritance
object
AccountsResource.AutomaticImprovementsResource
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.AutomaticImprovementsResource

Constructors

AutomaticImprovementsResource(IClientService)

Constructs a new resource.

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

Methods

GetAutomaticImprovements(string)

Retrieves the automatic improvements of an account.

Declaration
public virtual AccountsResource.AutomaticImprovementsResource.GetAutomaticImprovementsRequest GetAutomaticImprovements(string name)
Parameters
Type Name Description
string name

Required. The resource name of the automatic improvements. Format: accounts/{account}/automaticImprovements

Returns
Type Description
AccountsResource.AutomaticImprovementsResource.GetAutomaticImprovementsRequest

UpdateAutomaticImprovements(AutomaticImprovements, string)

Updates the automatic improvements of an account.

Declaration
public virtual AccountsResource.AutomaticImprovementsResource.UpdateAutomaticImprovementsRequest UpdateAutomaticImprovements(AutomaticImprovements body, string name)
Parameters
Type Name Description
AutomaticImprovements body

The body of the request.

string name

Identifier. The resource name of the automatic improvements. Format: accounts/{account}/automaticImprovements.

Returns
Type Description
AccountsResource.AutomaticImprovementsResource.UpdateAutomaticImprovementsRequest
In this article
Back to top Generated by DocFX