Class ListConsumerQuotaMetricsResponse
Response message for ListConsumerQuotaMetrics
Implements
Inherited Members
Namespace: Google.Apis.ServiceUsage.v1beta1.Data
Assembly: Google.Apis.ServiceUsage.v1beta1.dll
Syntax
public class ListConsumerQuotaMetricsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Metrics
Quota settings for the consumer, organized by quota metric.
Declaration
[JsonProperty("metrics")]
public virtual IList<ConsumerQuotaMetric> Metrics { get; set; }
Property Value
Type | Description |
---|---|
IList<ConsumerQuotaMetric> |
NextPageToken
Token identifying which result to start with; returned by a previous list call.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |