ListFrameworksResponse

The response message for [ListFrameworks][]. Returns a paginated list of Framework resources.

JSON representation
{
  "frameworks": [
    {
      object (Framework)
    }
  ],
  "nextPageToken": string
}
Fields
frameworks[]

object (Framework)

The list of framework resources.

nextPageToken

string

A pagination token. To retrieve the next page of results, call the method again with this token.