public sealed class ListOrganizationImpactsResponse : IMessage<ListOrganizationImpactsResponse>, IEquatable<ListOrganizationImpactsResponse>, IDeepCloneable<ListOrganizationImpactsResponse>, IBufferMessage, IMessage, IPageResponse<OrganizationImpact>, IEnumerable<OrganizationImpact>, IEnumerable
Reference documentation and code samples for the Service Health v1 API class ListOrganizationImpactsResponse.
Message for response to listing organization impacts.
Implements
IMessageListOrganizationImpactsResponse, IEquatableListOrganizationImpactsResponse, IDeepCloneableListOrganizationImpactsResponse, IBufferMessage, IMessage, IPageResponseOrganizationImpact, IEnumerableOrganizationImpact, IEnumerableNamespace
Google.Cloud.ServiceHealth.V1Assembly
Google.Cloud.ServiceHealth.V1.dll
Constructors
ListOrganizationImpactsResponse()
public ListOrganizationImpactsResponse()
ListOrganizationImpactsResponse(ListOrganizationImpactsResponse)
public ListOrganizationImpactsResponse(ListOrganizationImpactsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListOrganizationImpactsResponse |
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 |
OrganizationImpacts
public RepeatedField<OrganizationImpact> OrganizationImpacts { get; }
Output only. List of impacts for an organization affected by service health events.
Property Value | |
---|---|
Type | Description |
RepeatedFieldOrganizationImpact |
Unreachable
public RepeatedField<string> Unreachable { get; }
Output only. Locations that could not be reached.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Methods
GetEnumerator()
public IEnumerator<OrganizationImpact> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorOrganizationImpact |