Feature constructor

Feature({
  1. String? createTime,
  2. String? deleteTime,
  3. CommonFleetDefaultMemberConfigSpec? fleetDefaultMemberConfig,
  4. Map<String, String>? labels,
  5. Map<String, MembershipFeatureSpec>? membershipSpecs,
  6. Map<String, MembershipFeatureState>? membershipStates,
  7. String? name,
  8. FeatureResourceState? resourceState,
  9. Map<String, ScopeFeatureSpec>? scopeSpecs,
  10. Map<String, ScopeFeatureState>? scopeStates,
  11. CommonFeatureSpec? spec,
  12. CommonFeatureState? state,
  13. String? updateTime,
})

Implementation

Feature({
  this.createTime,
  this.deleteTime,
  this.fleetDefaultMemberConfig,
  this.labels,
  this.membershipSpecs,
  this.membershipStates,
  this.name,
  this.resourceState,
  this.scopeSpecs,
  this.scopeStates,
  this.spec,
  this.state,
  this.updateTime,
});