Show / Hide Table of Contents

Class FoldersResource.LocationsResource

The "locations" collection of methods.

Inheritance
object
FoldersResource.LocationsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Recommender.v1beta1
Assembly: Google.Apis.Recommender.v1beta1.dll
Syntax
public class FoldersResource.LocationsResource

Constructors

LocationsResource(IClientService)

Constructs a new resource.

Declaration
public LocationsResource(IClientService service)
Parameters
Type Name Description
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 Generated by DocFX