MembershipFeature constructor

MembershipFeature({
  1. String? createTime,
  2. String? deleteTime,
  3. Map<String, String>? labels,
  4. LifecycleState? lifecycleState,
  5. String? name,
  6. FeatureSpec? spec,
  7. FeatureState? state,
  8. String? updateTime,
})

Implementation

MembershipFeature({
  this.createTime,
  this.deleteTime,
  this.labels,
  this.lifecycleState,
  this.name,
  this.spec,
  this.state,
  this.updateTime,
});