Google Cloud Monitoring v3 API - Class ListSnoozesResponse (3.7.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
NameDescription
otherListSnoozesResponse

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
TypeDescription
string

Snoozes

public RepeatedField<Snooze> Snoozes { get; }

Snoozes matching this list call.

Property Value
TypeDescription
RepeatedFieldSnooze

Methods

GetEnumerator()

public IEnumerator<Snooze> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorSnooze