public sealed class ListUsableWorkstationsRequest : IMessage<ListUsableWorkstationsRequest>, IEquatable<ListUsableWorkstationsRequest>, IDeepCloneable<ListUsableWorkstationsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Cloud Workstations v1 API class ListUsableWorkstationsRequest.
Request message for ListUsableWorkstations.
Implements
IMessageListUsableWorkstationsRequest, IEquatableListUsableWorkstationsRequest, IDeepCloneableListUsableWorkstationsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Workstations.V1Assembly
Google.Cloud.Workstations.V1.dll
Constructors
ListUsableWorkstationsRequest()
public ListUsableWorkstationsRequest()ListUsableWorkstationsRequest(ListUsableWorkstationsRequest)
public ListUsableWorkstationsRequest(ListUsableWorkstationsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListUsableWorkstationsRequest |
Properties
PageSize
public int PageSize { get; set; }Optional. Maximum number of items to return.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }Optional. next_page_token value returned from a previous List request, if any.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. Parent resource name.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsWorkstationConfigName
public WorkstationConfigName ParentAsWorkstationConfigName { get; set; }WorkstationConfigName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
WorkstationConfigName |
|