public sealed class ListWorkstationsResponse : IMessage<ListWorkstationsResponse>, IEquatable<ListWorkstationsResponse>, IDeepCloneable<ListWorkstationsResponse>, IBufferMessage, IMessage, IPageResponse<Workstation>, IEnumerable<Workstation>, IEnumerable
Reference documentation and code samples for the Cloud Workstations v1 API class ListWorkstationsResponse.
Response message for ListWorkstations.
Implements
IMessageListWorkstationsResponse, IEquatableListWorkstationsResponse, IDeepCloneableListWorkstationsResponse, IBufferMessage, IMessage, IPageResponseWorkstation, IEnumerableWorkstation, IEnumerableNamespace
Google.Cloud.Workstations.V1Assembly
Google.Cloud.Workstations.V1.dll
Constructors
ListWorkstationsResponse()
public ListWorkstationsResponse()
ListWorkstationsResponse(ListWorkstationsResponse)
public ListWorkstationsResponse(ListWorkstationsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListWorkstationsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
Optional. 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; }
Optional. 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 |