Parameter | Description |
---|---|
Project ID | The ID of the project. |
Parameter | Description |
---|---|
Page Size | Maximum number of topics to return. |
Page Token | The nextPageToken value returned by the last List Topics action. Indicates that this is a continuation of the prior call, and that the system should return the next page of data. |
{
"topics": [
{
object (Topic)
}
],
"nextPageToken": string
}
Was this page helpful?