Google Cloud Monitoring v3 API - Class ListSnoozesResponse (3.11.0)

public sealed class ListSnoozesResponse : IMessage<ListSnoozesResponse>, IEquatable<ListSnoozesResponse>, IDeepCloneable<ListSnoozesResponse>, IBufferMessage, IMessage, IPageResponse<Snooze>, IEnumerable<Snooze>, IEnumerable

Reference documentation and code samples for the Google Cloud Monitoring v3 API class ListSnoozesResponse.

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

Inheritance

object > ListSnoozesResponse

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Constructors

ListSnoozesResponse()

public ListSnoozesResponse()

ListSnoozesResponse(ListSnoozesResponse)

public ListSnoozesResponse(ListSnoozesResponse other)
Parameter
Name Description
other ListSnoozesResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

Page token for repeated calls to ListSnoozes, to fetch additional pages of results. If this is empty or missing, there are no more pages.

Property Value
Type Description
string

Snoozes

public RepeatedField<Snooze> Snoozes { get; }

Snoozes matching this list call.

Property Value
Type Description
RepeatedFieldSnooze

Methods

GetEnumerator()

public IEnumerator<Snooze> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorSnooze