Interface protos.google.cloud.gaming.v1beta.IListGameServerDeploymentsRequest (2.3.8)

Properties of a ListGameServerDeploymentsRequest.

Package

@google-cloud/game-servers!

Properties

filter

filter?: (string|null);

ListGameServerDeploymentsRequest filter

Property Value
TypeDescription
(string|null)

orderBy

orderBy?: (string|null);

ListGameServerDeploymentsRequest orderBy

Property Value
TypeDescription
(string|null)

pageSize

pageSize?: (number|null);

ListGameServerDeploymentsRequest pageSize

Property Value
TypeDescription
(number|null)

pageToken

pageToken?: (string|null);

ListGameServerDeploymentsRequest pageToken

Property Value
TypeDescription
(string|null)

parent

parent?: (string|null);

ListGameServerDeploymentsRequest parent

Property Value
TypeDescription
(string|null)