ConfigManagementConfigSyncState constructor
ConfigManagementConfigSyncState({
- ConfigManagementConfigSyncDeploymentState? deploymentState,
- List<
ConfigManagementConfigSyncError> ? errors, - String? reposyncCrd,
- String? rootsyncCrd,
- String? state,
- ConfigManagementSyncState? syncState,
- ConfigManagementConfigSyncVersion? version,
Implementation
ConfigManagementConfigSyncState({
this.deploymentState,
this.errors,
this.reposyncCrd,
this.rootsyncCrd,
this.state,
this.syncState,
this.version,
});