ListDeidentifyTemplatesResponse

Response message for deidentifyTemplates.list.

JSON representation
{
  "deidentifyTemplates": [
    {
      object (DeidentifyTemplate)
    }
  ],
  "nextPageToken": string
}
Fields
deidentifyTemplates[]

object (DeidentifyTemplate)

List of deidentify templates, up to pageSize in ListDeidentifyTemplatesRequest.

nextPageToken

string

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