Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 628 Bytes

ApiListProjectsResponse.md

File metadata and controls

11 lines (7 loc) · 628 Bytes

ApiListProjectsResponse

Properties

Name Type Description Notes
Projects []ApiProject The projects requested. [optional] [default to null]
NextPageToken string The next pagination token in the list response. It should be used as `page_token` for the following request. An empty value means no more results. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]