Class ContactCallCreationRequestDto
- Namespace
- GastroSky.Models.DTO.ContactCall
- Assembly
- GastroSky.Models.dll
Request DTO for the creation of a new GastroSky.Models.DTO.ContactCall.
public sealed class ContactCallCreationRequestDto
- Inheritance
-
ContactCallCreationRequestDto
- Inherited Members
Properties
CallContent
public required string CallContent { get; set; }
Property Value
CalledTimestampUTC
public required long CalledTimestampUTC { get; set; }
Property Value
InternalNotes
public string? InternalNotes { get; set; }
Property Value
SpokeWith
public required string SpokeWith { get; set; }