Table of Contents

Class ContactReducedResponseDto

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

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

public class ContactReducedResponseDto
Inheritance
ContactReducedResponseDto
Inherited Members

Properties

ArchivalTimestampUTC

public long? ArchivalTimestampUTC { get; set; }

Property Value

long?

AssignedUser

public UserReducedResponseDto? AssignedUser { get; set; }

Property Value

UserReducedResponseDto

Company

public string? Company { get; set; }

Property Value

string

ContactCallsCount

public int ContactCallsCount { get; set; }

Property Value

int

CreationTimestampUTC

public required long CreationTimestampUTC { get; set; }

Property Value

long

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

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?