Show / Hide Table of Contents

Class FoldersResource.LocationsResource

The "locations" collection of methods.

Inheritance
System.Object
FoldersResource.LocationsResource
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.Recommender.v1
Assembly: Google.Apis.Recommender.v1.dll
Syntax
public class LocationsResource

Constructors

LocationsResource(IClientService)

Constructs a new resource.

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

Properties

InsightTypes

Gets the InsightTypes resource.

Declaration
public virtual FoldersResource.LocationsResource.InsightTypesResource InsightTypes { get; }
Property Value
Type Description
FoldersResource.LocationsResource.InsightTypesResource

Recommenders

Gets the Recommenders resource.

Declaration
public virtual FoldersResource.LocationsResource.RecommendersResource Recommenders { get; }
Property Value
Type Description
FoldersResource.LocationsResource.RecommendersResource
In This Article
Back to top