Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaQueryConfigurablePricingUsageStatsResponseMetricUsage

The usage of a metric over a list of days.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaQueryConfigurablePricingUsageStatsResponseMetricUsage
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaQueryConfigurablePricingUsageStatsResponseMetricUsage : IDirectResponseSchema

Properties

DatedUsages

The list of usages for this resource type, chronologically sorted by date. This is populated for metrics with daily aggregation like DAILY_MDN_QPM.

Declaration
[JsonProperty("datedUsages")]
public virtual IList<GoogleCloudDiscoveryengineV1alphaQueryConfigurablePricingUsageStatsResponseDatedUsage> DatedUsages { get; set; }
Property Value
Type Description
IList<GoogleCloudDiscoveryengineV1alphaQueryConfigurablePricingUsageStatsResponseDatedUsage>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MetricType

The metric type.

Declaration
[JsonProperty("metricType")]
public virtual string MetricType { get; set; }
Property Value
Type Description
string

TotalUsage

The total usage for this resource type. This is populated for metrics like TOTAL_STORAGE.

Declaration
[JsonProperty("totalUsage")]
public virtual double? TotalUsage { get; set; }
Property Value
Type Description
double?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX