Table of Contents

Class ContactResponseDto

Namespace
GastroSky.Models.DTO.Contact
Assembly
GastroSky.Models.dll

Response body of a GastroSky.Models.DTO.Contact.

public class ContactResponseDto
Inheritance
ContactResponseDto
Inherited Members

Properties

ArchivalTimestampUTC

public long? ArchivalTimestampUTC { get; set; }

Property Value

long?

AssignedUser

public UserReducedResponseDto? AssignedUser { get; set; }

Property Value

UserReducedResponseDto

Category

public required PostCategory Category { get; set; }

Property Value

PostCategory

Company

public string? Company { get; set; }

Property Value

string

CompanyPosition

public string? CompanyPosition { get; set; }

Property Value

string

ContactCalls

public ICollection<ContactCallResponseDto>? ContactCalls { get; set; }

Property Value

ICollection<ContactCallResponseDto>

CreationTimestampUTC

public required long CreationTimestampUTC { get; set; }

Property Value

long

Email

public string? Email { get; set; }

Property Value

string

HasMultipleObjects

public bool? HasMultipleObjects { get; set; }

Property Value

bool?

ItemTypes

public required ItemType[] ItemTypes { get; set; }

Property Value

ItemType[]

Language

public Language Language { get; set; }

Property Value

Language

LastModificationTimestampUTC

public long? LastModificationTimestampUTC { get; set; }

Property Value

long?

Name

public required string Name { get; set; }

Property Value

string

Notes

public string? Notes { get; set; }

Property Value

string

ObjectTie

public string? ObjectTie { get; set; }

Property Value

string

Phone

public string? Phone { get; set; }

Property Value

string

PublicationMethod

public string? PublicationMethod { get; set; }

Property Value

string

SentEmails

public ICollection<SentEmailResponseDto>? SentEmails { get; set; }

Property Value

ICollection<SentEmailResponseDto>

Slug

Uniquely identifying slug string.

public required string Slug { get; set; }

Property Value

string

Status

public ContactStatus Status { get; set; }

Property Value

ContactStatus

ToContactAgainOnTimestampUTC

public long? ToContactAgainOnTimestampUTC { get; set; }

Property Value

long?

Url

public string? Url { get; set; }

Property Value

string

WhereFrom

public string? WhereFrom { get; set; }

Property Value

string