GoogleCloudIntegrationsV1alphaClientCertificate constructor

GoogleCloudIntegrationsV1alphaClientCertificate({
  1. String? encryptedPrivateKey,
  2. String? passphrase,
  3. String? sslCertificate,
})

Implementation

GoogleCloudIntegrationsV1alphaClientCertificate({
  this.encryptedPrivateKey,
  this.passphrase,
  this.sslCertificate,
});