Show / Hide Table of Contents

Class ListDashboardsResponse

The ListDashboards request.

Inheritance
object
ListDashboardsResponse
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.Monitoring.v1.Data
Assembly: Google.Apis.Monitoring.v1.dll
Syntax
public class ListDashboardsResponse : IDirectResponseSchema

Properties

Dashboards

The list of requested dashboards.

Declaration
[JsonProperty("dashboards")]
public virtual IList<Dashboard> Dashboards { get; set; }
Property Value
Type Description
IList<Dashboard>

ETag

The ETag of the item.

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

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX