Show / Hide Table of Contents

Class ListSnoozesResponse

The results of a successful ListSnoozes call, containing the matching Snoozes.

Inheritance
object
ListSnoozesResponse
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.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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX