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