public sealed class ListUsableWorkstationConfigsRequest : IMessage<ListUsableWorkstationConfigsRequest>, IEquatable<ListUsableWorkstationConfigsRequest>, IDeepCloneable<ListUsableWorkstationConfigsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Cloud Workstations v1 API class ListUsableWorkstationConfigsRequest.
Request message for ListUsableWorkstationConfigs.
Implements
IMessageListUsableWorkstationConfigsRequest, IEquatableListUsableWorkstationConfigsRequest, IDeepCloneableListUsableWorkstationConfigsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Workstations.V1Assembly
Google.Cloud.Workstations.V1.dll
Constructors
ListUsableWorkstationConfigsRequest()
public ListUsableWorkstationConfigsRequest()ListUsableWorkstationConfigsRequest(ListUsableWorkstationConfigsRequest)
public ListUsableWorkstationConfigsRequest(ListUsableWorkstationConfigsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListUsableWorkstationConfigsRequest |
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 |
|
ParentAsWorkstationClusterName
public WorkstationClusterName ParentAsWorkstationClusterName { get; set; }WorkstationClusterName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
WorkstationClusterName |
|