CertificateMapEntry constructor

CertificateMapEntry({
  1. List<String>? certificates,
  2. String? createTime,
  3. String? description,
  4. String? hostname,
  5. Map<String, String>? labels,
  6. String? matcher,
  7. String? name,
  8. String? state,
  9. String? updateTime,
})

Implementation

CertificateMapEntry({
  this.certificates,
  this.createTime,
  this.description,
  this.hostname,
  this.labels,
  this.matcher,
  this.name,
  this.state,
  this.updateTime,
});