SslCertificate constructor
      
      SslCertificate({ 
    
    
- String? certificate,
- String? creationTimestamp,
- String? description,
- String? expireTime,
- String? id,
- String? kind,
- SslCertificateManagedSslCertificate? managed,
- String? name,
- String? privateKey,
- String? region,
- String? selfLink,
- SslCertificateSelfManagedSslCertificate? selfManaged,
- List<String> ? subjectAlternativeNames,
- 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,
});