Table of Contents

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

string

CalledTimestampUTC

public required long CalledTimestampUTC { get; set; }

Property Value

long

InternalNotes

public string? InternalNotes { get; set; }

Property Value

string

SpokeWith

public required string SpokeWith { get; set; }

Property Value

string