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