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.
Implements
IMessageListUsableWorkstationsResponse, IEquatableListUsableWorkstationsResponse, IDeepCloneableListUsableWorkstationsResponse, IBufferMessage, IMessage, IPageResponseWorkstation, IEnumerableWorkstation, IEnumerableNamespace
Google.Cloud.Workstations.V1Assembly
Google.Cloud.Workstations.V1.dll
Constructors
ListUsableWorkstationsResponse()
public ListUsableWorkstationsResponse()
ListUsableWorkstationsResponse(ListUsableWorkstationsResponse)
public ListUsableWorkstationsResponse(ListUsableWorkstationsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListUsableWorkstationsResponse |
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 | |
---|---|
Type | Description |
string |
Unreachable
public RepeatedField<string> Unreachable { get; }
Unreachable resources.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Workstations
public RepeatedField<Workstation> Workstations { get; }
The requested workstations.
Property Value | |
---|---|
Type | Description |
RepeatedFieldWorkstation |
Methods
GetEnumerator()
public IEnumerator<Workstation> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorWorkstation |