MembershipFeature constructor
MembershipFeature({
- String? createTime,
- String? deleteTime,
- Map<
String, String> ? labels, - LifecycleState? lifecycleState,
- String? name,
- FeatureSpec? spec,
- FeatureState? state,
- String? updateTime,
Implementation
MembershipFeature({
this.createTime,
this.deleteTime,
this.labels,
this.lifecycleState,
this.name,
this.spec,
this.state,
this.updateTime,
});