Package-level declarations

Types

Link copied to clipboard
data class FeatureEvaluationRule(val name: String? = null, val type: String? = null)
Link copied to clipboard
data class FeatureVariation(val name: String, val value: FeatureVariationValue)
Link copied to clipboard
data class FeatureVariationValue(val boolValue: String? = null, val doubleValue: String? = null, val longValue: String? = null, val stringValue: String? = null)
Link copied to clipboard
data class ProjectDataDelivery(val cloudwatchLogs: ProjectDataDeliveryCloudwatchLogs? = null, val s3Destination: ProjectDataDeliveryS3Destination? = null)
Link copied to clipboard
data class ProjectDataDeliveryCloudwatchLogs(val logGroup: String? = null)
Link copied to clipboard
data class ProjectDataDeliveryS3Destination(val bucket: String? = null, val prefix: String? = null)