in src/main/java/com/example/swaggercodegenexample/dtos/VisitWithPetDto.java [60:66]
public PetDto(Long id,
Long userId,
String name) {
this.id = id;
this.userId = userId;
this.name = name;
}