TemplateFormatConfiguration

data class TemplateFormatConfiguration(val dateTimeFormatConfiguration: TemplateDateTimeFormatConfiguration? = null, val numberFormatConfiguration: TemplateNumberFormatConfiguration? = null, val stringFormatConfiguration: TemplateStringFormatConfiguration? = null)

Constructors

Link copied to clipboard
fun TemplateFormatConfiguration(dateTimeFormatConfiguration: TemplateDateTimeFormatConfiguration? = null, numberFormatConfiguration: TemplateNumberFormatConfiguration? = null, stringFormatConfiguration: TemplateStringFormatConfiguration? = null)

Types

Link copied to clipboard
object Companion

Properties