CaseCreateOptions¶
Specifies options for creating a new case.
Capabilities¶
Properties¶
- CaseCreateOptions.ContentType: The name or ID of the content type. Optional.
- CaseCreateOptions.CreatedAt: The creation date and time. Optional.
- CaseCreateOptions.CreatedBy: The creator identity. Optional.
- CaseCreateOptions.DeadlineAt: The deadline date and time for the case. If not specified, no deadline is set.
- CaseCreateOptions.Description: The description of the case. Optional.
- CaseCreateOptions.EstimatedDuration: The estimated duration in hours. Optional.
- CaseCreateOptions.NextReminderAt: The date and time of the next reminder. If not specified, no reminder is set.
- CaseCreateOptions.Priority: Gets or sets the priority of the case.
- CaseCreateOptions.Subject: The subject of the case. Optional.