Skip to main content

Interface: IGetNamespacesRequest

cloudservice.v1.IGetNamespacesRequest

Properties of a GetNamespacesRequest.

Hierarchy

Properties

name

Optional name: null | string

Filter namespaces by their name. Optional, defaults to empty.

Inherited from

$Properties.name


pageSize

Optional pageSize: null | number

The requested size of the page to retrieve. Cannot exceed 1000. Optional, defaults to 100.

Inherited from

$Properties.pageSize


pageToken

Optional pageToken: null | string

The page token if this is continuing from another response. Optional, defaults to empty.

Inherited from

$Properties.pageToken