ListSchemasResponse

Response message for SchemaService.ListSchemas method.

JSON representation
{
  "schemas": [
    {
      object (Schema)
    }
  ],
  "nextPageToken": string
}
Fields
schemas[]

object (Schema)

The Schemas.

nextPageToken

string

A token that can be sent as ListSchemasRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.