GoogleCloudIdentitytoolkitAdminV2SpCertificate constructor

GoogleCloudIdentitytoolkitAdminV2SpCertificate({
  1. String? expiresAt,
  2. String? x509Certificate,
})

Implementation

GoogleCloudIdentitytoolkitAdminV2SpCertificate({
  this.expiresAt,
  this.x509Certificate,
});