public sealed class ListOrganizationEventsResponse : IMessage<ListOrganizationEventsResponse>, IEquatable<ListOrganizationEventsResponse>, IDeepCloneable<ListOrganizationEventsResponse>, IBufferMessage, IMessage, IPageResponse<OrganizationEvent>, IEnumerable<OrganizationEvent>, IEnumerable
Implements
IMessageListOrganizationEventsResponse, IEquatableListOrganizationEventsResponse, IDeepCloneableListOrganizationEventsResponse, IBufferMessage, IMessage, IPageResponseOrganizationEvent, IEnumerableOrganizationEvent, IEnumerableNamespace
Google.Cloud.ServiceHealth.V1Assembly
Google.Cloud.ServiceHealth.V1.dll
Constructors
ListOrganizationEventsResponse()
public ListOrganizationEventsResponse()
ListOrganizationEventsResponse(ListOrganizationEventsResponse)
public ListOrganizationEventsResponse(ListOrganizationEventsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListOrganizationEventsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
Output only. The continuation token, used to page through large result
sets. Provide this value in a subsequent request as page_token
to
retrieve the next page.
If this field is not present, there are no subsequent results.
Property Value | |
---|---|
Type | Description |
string |
OrganizationEvents
public RepeatedField<OrganizationEvent> OrganizationEvents { get; }
Output only. List of organization events affecting an organization.
Property Value | |
---|---|
Type | Description |
RepeatedFieldOrganizationEvent |
Unreachable
public RepeatedField<string> Unreachable { get; }
Output only. Locations that could not be reached.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Methods
GetEnumerator()
public IEnumerator<OrganizationEvent> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorOrganizationEvent |