GoogleCloudIntegrationsV1alphaSearchTemplatesResponse constructor

GoogleCloudIntegrationsV1alphaSearchTemplatesResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudIntegrationsV1alphaTemplate>? templates,
})

Implementation

GoogleCloudIntegrationsV1alphaSearchTemplatesResponse({
  this.nextPageToken,
  this.templates,
});