factory CancelDeploymentResponse.fromJson(Map<String, dynamic> json) { return CancelDeploymentResponse( message: json['message'] as String?, ); }