Struct google_cloudmonitoring2_beta2::ListMetricDescriptorsResponse [] [src]

pub struct ListMetricDescriptorsResponse {
    pub metrics: Option<Vec<MetricDescriptor>>,
    pub next_page_token: Option<String>,
    pub kind: Option<String>,
}

The response of cloudmonitoring.metricDescriptors.list.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

The returned metric descriptors.

Pagination token. If present, indicates that additional results are available for retrieval. To access the results past the pagination limit, pass this value to the pageToken query parameter.

Identifies what kind of resource this is. Value: the fixed string "cloudmonitoring#listMetricDescriptorsResponse".

Trait Implementations

impl Default for ListMetricDescriptorsResponse
[src]

[src]

Returns the "default value" for a type. Read more

impl Clone for ListMetricDescriptorsResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ListMetricDescriptorsResponse
[src]

[src]

Formats the value using the given formatter.

impl ResponseResult for ListMetricDescriptorsResponse
[src]