toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
alexaforbusiness
/
aws.sdk.kotlin.services.alexaforbusiness.model
/
BusinessReportInterval
Business
Report
Interval
sealed
class
BusinessReportInterval
Inheritors
OneDay
OneWeek
ThirtyDays
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
One
Day
Link copied to clipboard
object
OneDay
:
BusinessReportInterval
One
Week
Link copied to clipboard
object
OneWeek
:
BusinessReportInterval
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
BusinessReportInterval
Thirty
Days
Link copied to clipboard
object
ThirtyDays
:
BusinessReportInterval
Properties
value
Link copied to clipboard
abstract
val
value
:
String