Class GoogleCloudDiscoveryengineV1alphaQueryConfigurablePricingUsageStatsResponse
Response for [ProjectService.QueryConfigurablePricingUsageStats] method.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaQueryConfigurablePricingUsageStatsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MetricUsages
A list of metric usages, one for each requested resource type that has data in the requested time range.
Declaration
[JsonProperty("metricUsages")]
public virtual IList<GoogleCloudDiscoveryengineV1alphaQueryConfigurablePricingUsageStatsResponseMetricUsage> MetricUsages { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudDiscoveryengineV1alphaQueryConfigurablePricingUsageStatsResponseMetricUsage> |