Membership constructor
Membership({
- Authority? authority,
- String? createTime,
- String? deleteTime,
- String? description,
- MembershipEndpoint? endpoint,
- String? externalId,
- Map<
String, String> ? labels, - String? lastConnectionTime,
- MonitoringConfig? monitoringConfig,
- String? name,
- MembershipState? state,
- String? uniqueId,
- 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,
});