TimerEntityDto Data Type

Implemented Interfaces
Serializable
Properties
name data type description
code string
description string
hour string
minute string
second string
year string
month string
dayOfMonth string
dayOfWeek string
Properties inherited from BusinessDto
updatedCode string

Example

{
  "code" : "...",
  "description" : "...",
  "hour" : "...",
  "minute" : "...",
  "second" : "...",
  "year" : "...",
  "month" : "...",
  "dayOfMonth" : "...",
  "dayOfWeek" : "...",
  "updatedCode" : "..."
}