Membership constructor

Membership({
  1. Authority? authority,
  2. String? createTime,
  3. String? deleteTime,
  4. String? description,
  5. MembershipEndpoint? endpoint,
  6. String? externalId,
  7. Map<String, String>? labels,
  8. String? lastConnectionTime,
  9. MonitoringConfig? monitoringConfig,
  10. String? name,
  11. MembershipState? state,
  12. String? uniqueId,
  13. String? updateTime,
})

Implementation

Membership({
  this.authority,
  this.createTime,
  this.deleteTime,
  this.description,
  this.endpoint,
  this.externalId,
  this.labels,
  this.lastConnectionTime,
  this.monitoringConfig,
  this.name,
  this.state,
  this.uniqueId,
  this.updateTime,
});