ClusterParameterStatus constructor

ClusterParameterStatus({
  1. String? parameterApplyErrorDescription,
  2. String? parameterApplyStatus,
  3. String? parameterName,
})

Implementation

ClusterParameterStatus({
  this.parameterApplyErrorDescription,
  this.parameterApplyStatus,
  this.parameterName,
});