Interface: IGetNamespacesRequest
cloudservice.v1.IGetNamespacesRequest
Properties of a GetNamespacesRequest.
Hierarchy
-
↳
IGetNamespacesRequest
Properties
name
• Optional name: null | string
Filter namespaces by their name. Optional, defaults to empty.
Inherited from
pageSize
• Optional pageSize: null | number
The requested size of the page to retrieve. Cannot exceed 1000. Optional, defaults to 100.
Inherited from
pageToken
• Optional pageToken: null | string
The page token if this is continuing from another response. Optional, defaults to empty.