DeleteScalingPolicyResponse.fromJson constructor

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

Implementation

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