Show / Hide Table of Contents

Class AccountsResource.ProductsResource

The "products" collection of methods.

Inheritance
object
AccountsResource.ProductsResource
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.inventories_v1beta
Assembly: Google.Apis.Merchant.inventories_v1beta.dll
Syntax
public class AccountsResource.ProductsResource

Constructors

ProductsResource(IClientService)

Constructs a new resource.

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

Properties

LocalInventories

Gets the LocalInventories resource.

Declaration
public virtual AccountsResource.ProductsResource.LocalInventoriesResource LocalInventories { get; }
Property Value
Type Description
AccountsResource.ProductsResource.LocalInventoriesResource

RegionalInventories

Gets the RegionalInventories resource.

Declaration
public virtual AccountsResource.ProductsResource.RegionalInventoriesResource RegionalInventories { get; }
Property Value
Type Description
AccountsResource.ProductsResource.RegionalInventoriesResource
In this article
Back to top Generated by DocFX