toggle menu
supabase-kt
3.0.3
common
switch theme
search in API
storage-kt
/
io.github.jan.supabase.storage
/
SignedUrl
Signed
Url
@
Serializable
data
class
SignedUrl
(
val
error
:
String
?
=
null
,
val
signedURL
:
String
,
val
path
:
String
)
(
source
)
Represents a signed url
Parameters
error
An optional error message
signed
URL
The signed url
path
The path of the file
Members
Constructors
Signed
Url
Link copied to clipboard
constructor
(
error
:
String
?
=
null
,
signedURL
:
String
,
path
:
String
)
Properties
error
Link copied to clipboard
val
error
:
String
?
=
null
path
Link copied to clipboard
val
path
:
String
signed
URL
Link copied to clipboard
val
signedURL
:
String