kmttAPI
0.3.3
0.3.3
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
kmttAPI
/
kmtt.models
/
Company
Company
data
class
Company
(
id
:
Long
?
,
name
:
String
?
,
logo
:
String
?
,
url
:
String
?
,
isVerified
:
Boolean
?
)
Content copied to clipboard
Constructors
Properties
Parameters
Parameters
id
name
logo
url
is
Verified
Constructors
Company
Link copied to clipboard
fun
Company
(
id
:
Long
?
=
null
,
name
:
String
?
=
null
,
logo
:
String
?
=
null
,
url
:
String
?
=
null
,
isVerified
:
Boolean
?
=
null
)
Content copied to clipboard
Properties
id
Link copied to clipboard
val
id
:
Long
?
=
null
Content copied to clipboard
isVerified
Link copied to clipboard
val
isVerified
:
Boolean
?
=
null
Content copied to clipboard
logo
Link copied to clipboard
val
logo
:
String
?
=
null
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
?
=
null
Content copied to clipboard
url
Link copied to clipboard
val
url
:
String
?
=
null
Content copied to clipboard