SslCert constructor

SslCert({
  1. String? cert,
  2. String? certSerialNumber,
  3. String? commonName,
  4. String? createTime,
  5. String? expirationTime,
  6. String? instance,
  7. String? kind,
  8. String? selfLink,
  9. String? sha1Fingerprint,
})

Implementation

SslCert({
  this.cert,
  this.certSerialNumber,
  this.commonName,
  this.createTime,
  this.expirationTime,
  this.instance,
  this.kind,
  this.selfLink,
  this.sha1Fingerprint,
});