ListTemplatesResponse constructor

ListTemplatesResponse({
  1. String? nextPageToken,
  2. List<Template>? templates,
  3. List<String>? unreachable,
})

Implementation

ListTemplatesResponse({this.nextPageToken, this.templates, this.unreachable});