CertificateMap constructor

CertificateMap({
  1. String? createTime,
  2. String? description,
  3. List<GclbTarget>? gclbTargets,
  4. Map<String, String>? labels,
  5. String? name,
  6. String? updateTime,
})

Implementation

CertificateMap({
  this.createTime,
  this.description,
  this.gclbTargets,
  this.labels,
  this.name,
  this.updateTime,
});