MembershipFeatureState constructor

MembershipFeatureState({
  1. AppDevExperienceFeatureState? appdevexperience,
  2. ClusterUpgradeMembershipState? clusterupgrade,
  3. ConfigManagementMembershipState? configmanagement,
  4. FleetObservabilityMembershipState? fleetobservability,
  5. IdentityServiceMembershipState? identityservice,
  6. PolicyControllerMembershipState? policycontroller,
  7. ServiceMeshMembershipState? servicemesh,
  8. FeatureState? state,
})

Implementation

MembershipFeatureState({
  this.appdevexperience,
  this.clusterupgrade,
  this.configmanagement,
  this.fleetobservability,
  this.identityservice,
  this.policycontroller,
  this.servicemesh,
  this.state,
});