DeleteIPSetResponse.fromJson constructor

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

Implementation

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