Class ContactCallUpdateRequestDto
- Namespace
- GastroSky.Models.DTO.ContactCall
- Assembly
- GastroSky.Models.dll
Request DTO for the update of a GastroSky.Models.DTO.ContactCall.
public sealed class ContactCallUpdateRequestDto
- Inheritance
-
ContactCallUpdateRequestDto
- 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
Slug
public required string Slug { get; set; }
Property Value
SpokeWith
public required string SpokeWith { get; set; }