stream-video-android
Toggle table of contents
1.25.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
stream-video-android
stream-video-android-core
/
io.getstream.android.video.generated.models
/
CountByMinuteResponse
Count
By
Minute
Response
data
class
CountByMinuteResponse
(
@
Json
(
name
=
"count"
)
val
count
:
Int
,
@
Json
(
name
=
"start_ts"
)
val
startTs
:
OffsetDateTime
)
Members
Constructors
Count
By
Minute
Response
Link copied to clipboard
constructor
(
@
Json
(
name
=
"count"
)
count
:
Int
,
@
Json
(
name
=
"start_ts"
)
startTs
:
OffsetDateTime
)
Properties
count
Link copied to clipboard
val
count
:
Int
start
Ts
Link copied to clipboard
val
startTs
:
OffsetDateTime