Maintenance v1beta API - Class ListResourceMaintenancesResponse (1.0.0-beta01)

public sealed class ListResourceMaintenancesResponse : IPageResponse<ResourceMaintenance>, IEnumerable<ResourceMaintenance>, IEnumerable, IMessage<ListResourceMaintenancesResponse>, IEquatable<ListResourceMaintenancesResponse>, IDeepCloneable<ListResourceMaintenancesResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Maintenance v1beta API class ListResourceMaintenancesResponse.

The response structure for the ListResourceMaintenances method.

Inheritance

object > ListResourceMaintenancesResponse

Namespace

Google.Cloud.Maintenance.Api.V1Beta

Assembly

Google.Cloud.Maintenance.Api.V1Beta.dll

Constructors

ListResourceMaintenancesResponse()

public ListResourceMaintenancesResponse()

ListResourceMaintenancesResponse(ListResourceMaintenancesResponse)

public ListResourceMaintenancesResponse(ListResourceMaintenancesResponse other)
Parameter
Name Description
other ListResourceMaintenancesResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

If present, the next page token can be provided to a subsequent ListResourceMaintenances call to list the next page. If empty, there are no more pages.

Property Value
Type Description
string

ResourceMaintenances

public RepeatedField<ResourceMaintenance> ResourceMaintenances { get; }

The resulting resource maintenances.

Property Value
Type Description
RepeatedFieldResourceMaintenance

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
Type Description
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<ResourceMaintenance> GetEnumerator()

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

Returns
Type Description
IEnumeratorResourceMaintenance