tock / ai.tock.bot.connector.whatsapp.model.webhook / WhatsAppDateTimeParameter

WhatsAppDateTimeParameter

data class WhatsAppDateTimeParameter (source)

Constructors

<init>

WhatsAppDateTimeParameter(fallbackValue: String, dayOfWeek: Int? = null, dayOfMonth: Int? = null, year: Int? = null, month: Int? = null, hour: Int? = null, minute: Int? = null, timestamp: Int? = null)

Properties

dayOfMonth

val dayOfMonth: Int?

dayOfWeek

val dayOfWeek: Int?

fallbackValue

val fallbackValue: String

hour

val hour: Int?

minute

val minute: Int?

month

val month: Int?

timestamp

val timestamp: Int?

year

val year: Int?