CreateScalingPlanResponse constructor

CreateScalingPlanResponse({
  1. required int scalingPlanVersion,
})

Implementation

CreateScalingPlanResponse({
  required this.scalingPlanVersion,
});