Cloud Workstations v1 API - Class ListWorkstationConfigsRequest (1.2.0)

public sealed class ListWorkstationConfigsRequest : IMessage<ListWorkstationConfigsRequest>, IEquatable<ListWorkstationConfigsRequest>, IDeepCloneable<ListWorkstationConfigsRequest>, IBufferMessage, IMessage, IPageRequest

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

Request message for ListWorkstationConfigs.

Inheritance

object > ListWorkstationConfigsRequest

Namespace

Google.Cloud.Workstations.V1

Assembly

Google.Cloud.Workstations.V1.dll

Constructors

ListWorkstationConfigsRequest()

public ListWorkstationConfigsRequest()

ListWorkstationConfigsRequest(ListWorkstationConfigsRequest)

public ListWorkstationConfigsRequest(ListWorkstationConfigsRequest other)
Parameter
NameDescription
otherListWorkstationConfigsRequest

Properties

PageSize

public int PageSize { get; set; }

Optional. Maximum number of items to return.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

Optional. next_page_token value returned from a previous List request, if any.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. Parent resource name.

Property Value
TypeDescription
string

ParentAsWorkstationClusterName

public WorkstationClusterName ParentAsWorkstationClusterName { get; set; }

WorkstationClusterName-typed view over the Parent resource name property.

Property Value
TypeDescription
WorkstationClusterName