ListInspectTemplatesResponse

Response message for inspectTemplates.list.

JSON representation
{
  "inspectTemplates": [
    {
      object (InspectTemplate)
    }
  ],
  "nextPageToken": string
}
Fields
inspectTemplates[]

object (InspectTemplate)

List of inspectTemplates, up to pageSize in ListInspectTemplatesRequest.

nextPageToken

string

If the next page is available then the next page token to be used in the following inspectTemplates.list request.