Show / Hide Table of Contents

Class BillingAccountsResource.LocationsResource.InsightTypesResource

The "insightTypes" collection of methods.

Inheritance
System.Object
BillingAccountsResource.LocationsResource.InsightTypesResource
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 InsightTypesResource

Constructors

InsightTypesResource(IClientService)

Constructs a new resource.

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

Properties

Insights

Gets the Insights resource.

Declaration
public virtual BillingAccountsResource.LocationsResource.InsightTypesResource.InsightsResource Insights { get; }
Property Value
Type Description
BillingAccountsResource.LocationsResource.InsightTypesResource.InsightsResource
In This Article
Back to top