ServiceBinding constructor

ServiceBinding({
  1. String? createTime,
  2. String? description,
  3. Map<String, String>? labels,
  4. String? name,
  5. String? service,
  6. String? serviceId,
  7. String? updateTime,
})

Implementation

ServiceBinding({
  this.createTime,
  this.description,
  this.labels,
  this.name,
  this.service,
  this.serviceId,
  this.updateTime,
});