Class ListSnoozesResponse
The results of a successful ListSnoozes call, containing the matching Snoozes.
Implements
Inherited Members
Namespace: Google.Apis.Monitoring.v3.Data
Assembly: Google.Apis.Monitoring.v3.dll
Syntax
public class ListSnoozesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
Page token for repeated calls to ListSnoozes, to fetch additional pages of results. If this is empty or missing, there are no more pages.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Snoozes
Snoozes matching this list call.
Declaration
[JsonProperty("snoozes")]
public virtual IList<Snooze> Snoozes { get; set; }
Property Value
Type | Description |
---|---|
IList<Snooze> |