Nimbus Android SDK
Toggle table of contents
2.35.2
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Nimbus Android SDK
nimbus-android
/
com.adsbynimbus.openrtb.request
/
Asset
/
ImageObject
Image
Object
@
Serializable
class
ImageObject
(
var
type
:
Byte
,
var
w
:
Int
?
=
null
,
var
h
:
Int
?
=
null
,
var
hmin
:
Int
?
=
null
,
var
wmin
:
Int
?
=
null
)
Members
Constructors
Image
Object
Link copied to clipboard
constructor
(
type
:
Byte
,
w
:
Int
?
=
null
,
h
:
Int
?
=
null
,
hmin
:
Int
?
=
null
,
wmin
:
Int
?
=
null
)
Properties
h
Link copied to clipboard
@
JvmField
var
h
:
Int
?
hmin
Link copied to clipboard
@
JvmField
var
hmin
:
Int
?
type
Link copied to clipboard
@
JvmField
var
type
:
Byte
w
Link copied to clipboard
@
JvmField
var
w
:
Int
?
wmin
Link copied to clipboard
@
JvmField
var
wmin
:
Int
?