GoogleCloudIntegrationsV1alphaListCertificatesResponse constructor
GoogleCloudIntegrationsV1alphaListCertificatesResponse({
- List<
GoogleCloudIntegrationsV1alphaCertificate> ? certificates, - String? nextPageToken,
Implementation
GoogleCloudIntegrationsV1alphaListCertificatesResponse({
this.certificates,
this.nextPageToken,
});