SslCertificate constructor

SslCertificate({
  1. String? certificate,
  2. String? creationTimestamp,
  3. String? description,
  4. String? expireTime,
  5. String? id,
  6. String? kind,
  7. SslCertificateManagedSslCertificate? managed,
  8. String? name,
  9. String? privateKey,
  10. String? region,
  11. String? selfLink,
  12. SslCertificateSelfManagedSslCertificate? selfManaged,
  13. List<String>? subjectAlternativeNames,
  14. String? type,
})

Implementation

SslCertificate({
  this.certificate,
  this.creationTimestamp,
  this.description,
  this.expireTime,
  this.id,
  this.kind,
  this.managed,
  this.name,
  this.privateKey,
  this.region,
  this.selfLink,
  this.selfManaged,
  this.subjectAlternativeNames,
  this.type,
});