Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.CatalogsResource.BranchesResource

The "branches" collection of methods.

Inheritance
System.Object
ProjectsResource.LocationsResource.CatalogsResource.BranchesResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudRetail.v2
Assembly: Google.Apis.CloudRetail.v2.dll
Syntax
public class BranchesResource

Constructors

BranchesResource(IClientService)

Constructs a new resource.

Declaration
public BranchesResource(IClientService service)
Parameters
Type Name Description
Google.Apis.Services.IClientService service

Properties

Operations

Gets the Operations resource.

Declaration
public virtual ProjectsResource.LocationsResource.CatalogsResource.BranchesResource.OperationsResource Operations { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.CatalogsResource.BranchesResource.OperationsResource

Products

Gets the Products resource.

Declaration
public virtual ProjectsResource.LocationsResource.CatalogsResource.BranchesResource.ProductsResource Products { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.CatalogsResource.BranchesResource.ProductsResource
In This Article
Back to top