ListSourcesResponse

Response message for listing sources.

JSON representation
{
  "sources": [
    {
      object (Source)
    }
  ],
  "nextPageToken": string
}
Fields
sources[]

object (Source)

Sources belonging to the requested parent.

nextPageToken

string

Token to retrieve the next page of results, or empty if there are no more results.