CreateApplicationPresignedUrlResponse constructor

CreateApplicationPresignedUrlResponse({
  1. String? authorizedUrl,
})

Implementation

CreateApplicationPresignedUrlResponse({
  this.authorizedUrl,
});