PutGlobalConfigurationsRequest

@Serializable
data class PutGlobalConfigurationsRequest(val dateFormat: String? = null, val dateValue: String? = null, val enabled: Boolean? = null, val locale: String? = null, val stringValue: String? = null, val value: Long? = null)

PutGlobalConfigurationsRequest

Parameters

dateFormat
dateValue
enabled
locale
stringValue

value

Constructors

Link copied to clipboard
constructor(dateFormat: String? = null, dateValue: String? = null, enabled: Boolean? = null, locale: String? = null, stringValue: String? = null, value: Long? = null)

Properties

Link copied to clipboard
val dateFormat: String? = null
Link copied to clipboard
val dateValue: String? = null
Link copied to clipboard
val enabled: Boolean? = null
Link copied to clipboard
val locale: String? = null
Link copied to clipboard
val stringValue: String? = null
Link copied to clipboard
val value: Long? = null