Class BillingAccountsResource.LocationsResource
The "locations" collection of methods.
Inherited Members
Namespace: Google.Apis.Recommender.v1beta1
Assembly: Google.Apis.Recommender.v1beta1.dll
Syntax
public class BillingAccountsResource.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 BillingAccountsResource.LocationsResource.InsightTypesResource InsightTypes { get; }
Property Value
Type | Description |
---|---|
BillingAccountsResource.LocationsResource.InsightTypesResource |
Recommenders
Gets the Recommenders resource.
Declaration
public virtual BillingAccountsResource.LocationsResource.RecommendersResource Recommenders { get; }
Property Value
Type | Description |
---|---|
BillingAccountsResource.LocationsResource.RecommendersResource |
Methods
List(string)
Lists locations with recommendations or insights.
Declaration
public virtual BillingAccountsResource.LocationsResource.ListRequest List(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | The resource that owns the locations collection, if applicable. |
Returns
Type | Description |
---|---|
BillingAccountsResource.LocationsResource.ListRequest |