Cloud Workstations v1 API - Class ListUsableWorkstationsResponse (1.0.0)

public sealed class ListUsableWorkstationsResponse : IMessage<ListUsableWorkstationsResponse>, IEquatable<ListUsableWorkstationsResponse>, IDeepCloneable<ListUsableWorkstationsResponse>, IBufferMessage, IMessage, IPageResponse<Workstation>, IEnumerable<Workstation>, IEnumerable

Reference documentation and code samples for the Cloud Workstations v1 API class ListUsableWorkstationsResponse.

Response message for ListUsableWorkstations.

Inheritance

object > ListUsableWorkstationsResponse

Namespace

Google.Cloud.Workstations.V1

Assembly

Google.Cloud.Workstations.V1.dll

Constructors

ListUsableWorkstationsResponse()

public ListUsableWorkstationsResponse()

ListUsableWorkstationsResponse(ListUsableWorkstationsResponse)

public ListUsableWorkstationsResponse(ListUsableWorkstationsResponse other)
Parameter
NameDescription
otherListUsableWorkstationsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

Token to retrieve the next page of results, or empty if there are no more results in the list.

Property Value
TypeDescription
string

Unreachable

public RepeatedField<string> Unreachable { get; }

Unreachable resources.

Property Value
TypeDescription
RepeatedFieldstring

Workstations

public RepeatedField<Workstation> Workstations { get; }

The requested workstations.

Property Value
TypeDescription
RepeatedFieldWorkstation

Methods

GetEnumerator()

public IEnumerator<Workstation> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorWorkstation