GoogleCloudIntegrationsV1alphaListCertificatesResponse constructor

GoogleCloudIntegrationsV1alphaListCertificatesResponse({
  1. List<GoogleCloudIntegrationsV1alphaCertificate>? certificates,
  2. String? nextPageToken,
})

Implementation

GoogleCloudIntegrationsV1alphaListCertificatesResponse({
  this.certificates,
  this.nextPageToken,
});