Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

{ // Name or Id of content type. Optional. ContentType : string // Creator identity. Optional. CreatedAt : any DateTimeOffset // Creator identity. Optional. CreatedBy : string // Deadline date of case. If not specified no deadline is set. DeadlineAt : any DateTimeOffset // Description of case Description : string // Estimated duration in hours. Optional. EstimatedDuration : number // Date of next reminder. If not specified no reminder is set. NextReminderAt : any DateTimeOffset // Priority of case. Optional. If not specified "Normal" priority is used. Priority : number // Subject of case Subject : string }