MembershipFeature constructor

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

Implementation

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