Class ListMetricDescriptorsResponse
The ListMetricDescriptors response.
Implements
Inherited Members
Namespace: Google.Apis.Monitoring.v3.Data
Assembly: Google.Apis.Monitoring.v3.dll
Syntax
public class ListMetricDescriptorsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MetricDescriptors
The metric descriptors that are available to the project and that match the value of filter, if present.
Declaration
[JsonProperty("metricDescriptors")]
public virtual IList<MetricDescriptor> MetricDescriptors { get; set; }
Property Value
Type | Description |
---|---|
IList<MetricDescriptor> |
NextPageToken
If there are more results than have been returned, then this field is set to a non-empty value. To see the additional results, use that value as page_token in the next call to this method.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |