FeatureWindowResponse

data class FeatureWindowResponse(val featureWindowEnd: String? = null, val featureWindowStart: String? = null)

Specifies the feature window

Constructors

Link copied to clipboard
constructor(featureWindowEnd: String? = null, featureWindowStart: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the feature window end time

Link copied to clipboard

Specifies the feature window start time