Skip to main content

SkillSetEventSettings

assetSkillSets string[]nullable
operatorSkillSets string[]nullable
daysOfWeek object[]nullable
  • Array [
  • dayOfWeek int64
    timeSlots object[]nullable
  • Array [
  • startTime int64
    endTime int64
  • ]
  • ]
  • SkillSetEventSettings
    {
    "assetSkillSets": [
    "string"
    ],
    "operatorSkillSets": [
    "string"
    ],
    "daysOfWeek": [
    {
    "dayOfWeek": 0,
    "timeSlots": [
    {
    "startTime": 0,
    "endTime": 0
    }
    ]
    }
    ]
    }