staffstart-android-sdk
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
staffstart-android-sdk
staffstart-app
/
com.vanish.standard.staffstart.app.domain.model
/
ResizedImageUrl
Resized
Image
Url
data
class
ResizedImageUrl
(
val
org
:
String
,
val
s
:
String
?
=
null
,
val
m
:
String
?
=
null
,
val
l
:
String
?
=
null
)
(
source
)
Members
Constructors
Resized
Image
Url
Link copied to clipboard
constructor
(
org
:
String
,
s
:
String
?
=
null
,
m
:
String
?
=
null
,
l
:
String
?
=
null
)
Properties
l
Link copied to clipboard
val
l
:
String
?
=
null
Lサイズ画像URL
m
Link copied to clipboard
val
m
:
String
?
=
null
Mサイズ画像URL
org
Link copied to clipboard
val
org
:
String
オリジナルサイズ画像URL
s
Link copied to clipboard
val
s
:
String
?
=
null
Sサイズ画像URL