toggle menu
lunaCore
androidJvm
switch theme
search in API
lunaCore
/
ru.visionlabs.sdk.lunaweb.v6
/
CreateImageResponse
Create
Image
Response
@
JsonClass
(
generateAdapter
=
true
)
data
class
CreateImageResponse
(
@
Json
(
name
=
"image_id"
)
val
imageId
:
String
,
@
Json
(
name
=
"url"
)
val
url
:
String
)
Image creation response model.
Members
Constructors
Create
Image
Response
Link copied to clipboard
constructor
(
@
Json
(
name
=
"image_id"
)
imageId
:
String
,
@
Json
(
name
=
"url"
)
url
:
String
)
Properties
image
Id
Link copied to clipboard
val
imageId
:
String
created image id.
url
Link copied to clipboard
val
url
:
String
url of image.