ConfigManagementConfigSyncState constructor

ConfigManagementConfigSyncState({
  1. String? clusterLevelStopSyncingState,
  2. int? crCount,
  3. ConfigManagementConfigSyncDeploymentState? deploymentState,
  4. List<ConfigManagementConfigSyncError>? errors,
  5. String? reposyncCrd,
  6. String? rootsyncCrd,
  7. String? state,
  8. ConfigManagementSyncState? syncState,
  9. ConfigManagementConfigSyncVersion? version,
})

Implementation

ConfigManagementConfigSyncState({
  this.clusterLevelStopSyncingState,
  this.crCount,
  this.deploymentState,
  this.errors,
  this.reposyncCrd,
  this.rootsyncCrd,
  this.state,
  this.syncState,
  this.version,
});