GoogleCloudIntegrationsV1alphaListTemplatesResponse constructor

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

Implementation

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