nugu-android
nugu-agent
/
com.skt.nugu.sdk.agent.ext.phonecall
/
Person
/
BusinessHour
Business
Hour
data
class
BusinessHour
(
val
open
:
String
?
,
val
close
:
String
?
,
val
info
:
String
?
)
Content copied to clipboard
Constructors
Properties
Constructors
Business
Hour
Link copied to clipboard
fun
BusinessHour
(
open
:
String
?
,
close
:
String
?
,
info
:
String
?
)
Content copied to clipboard
Properties
close
Link copied to clipboard
@
SerializedName
(
value
=
"close"
)
val
close
:
String
?
Content copied to clipboard
info
Link copied to clipboard
@
SerializedName
(
value
=
"info"
)
val
info
:
String
?
Content copied to clipboard
open
Link copied to clipboard
@
SerializedName
(
value
=
"open"
)
val
open
:
String
?
Content copied to clipboard