Interface protos.google.cloud.gaming.v1.IListGameServerClustersRequest (2.3.8)

Properties of a ListGameServerClustersRequest.

Package

@google-cloud/game-servers!

Properties

filter

filter?: (string|null);

ListGameServerClustersRequest filter

Property Value
TypeDescription
(string|null)

orderBy

orderBy?: (string|null);

ListGameServerClustersRequest orderBy

Property Value
TypeDescription
(string|null)

pageSize

pageSize?: (number|null);

ListGameServerClustersRequest pageSize

Property Value
TypeDescription
(number|null)

pageToken

pageToken?: (string|null);

ListGameServerClustersRequest pageToken

Property Value
TypeDescription
(string|null)

parent

parent?: (string|null);

ListGameServerClustersRequest parent

Property Value
TypeDescription
(string|null)