Membership constructor

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

Implementation

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