DeleteScalingPlanResponse.fromJson constructor

DeleteScalingPlanResponse.fromJson(
  1. Map<String, dynamic> _
)

Implementation

factory DeleteScalingPlanResponse.fromJson(Map<String, dynamic> _) {
  return DeleteScalingPlanResponse();
}