Class ListInspectTemplatesResponse (2.0.1)

ListInspectTemplatesResponse(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Response message for ListInspectTemplates.

Attributes

NameDescription
inspect_templates Sequence[`.dlp.InspectTemplate`]
List of inspectTemplates, up to page_size in ListInspectTemplatesRequest.
next_page_token str
If the next page is available then the next page token to be used in following ListInspectTemplates request.

Inheritance

builtins.object > proto.message.Message > ListInspectTemplatesResponse