Class ContactCallResponseDto
- Namespace
- GastroSky.Models.DTO.ContactCall
- Assembly
- GastroSky.Models.dll
Response body of a GastroSky.Models.DTO.ContactCall.
public sealed class ContactCallResponseDto
- Inheritance
-
ContactCallResponseDto
- 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; }