toOpenApiModel method

GenPreSignedUrlRequestItem toOpenApiModel()

Implementation

GenPreSignedUrlRequestItem toOpenApiModel() {
  return GenPreSignedUrlRequestItem(
    (b) {
      b
        ..identificationKey = identificationKey
        ..mimeType = mimeType;
    },
  );
}