toOpenApiModel method

GenPreSignedUrlResponseItem toOpenApiModel()

Implementation

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