Files
no-copy/src/main/java/ru/soune/nocopy/dto/file/ImageSearchRequest.java
T
vladp 647fd6e1a7
Test Workflow / test (push) Successful in 3s
NCBACK-3 Add found by yandex image
2025-12-22 14:07:44 +07:00

11 lines
208 B
Java

package ru.soune.nocopy.dto.file;
import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Data;
@Data
public class ImageSearchRequest {
@JsonProperty("file_id")
private String fileId;
}