toggle menu
BIT App
androidJvm
switch theme
search in API
core
/
com.atech.core.datasource.retrofit.model
/
Holiday
Holiday
data
class
Holiday
(
val
sno
:
Int
,
val
day
:
String
,
val
date
:
String
,
val
occasion
:
String
,
val
month
:
String
,
val
type
:
String
)
Members
Constructors
Holiday
Link copied to clipboard
constructor
(
sno
:
Int
,
day
:
String
,
date
:
String
,
occasion
:
String
,
month
:
String
,
type
:
String
)
Properties
date
Link copied to clipboard
val
date
:
String
day
Link copied to clipboard
val
day
:
String
month
Link copied to clipboard
val
month
:
String
occasion
Link copied to clipboard
val
occasion
:
String
sno
Link copied to clipboard
val
sno
:
Int
type
Link copied to clipboard
val
type
:
String