toOpenApiModel method
Implementation
GenPreSignedUrlResponseItem toOpenApiModel() {
return GenPreSignedUrlResponseItem(
(b) {
b
..identificationKey = identificationKey
..objectStorageFileId = objectStorageKey
..url = url;
},
);
}