Table of Contents

Class UserPostInteractionAnonResponseDto

Namespace
GastroSky.Models.DTO.UserPostInteraction
Assembly
GastroSky.Models.dll

Anonymous response body DTO for reading a GastroSky.Models.DTO.UserPostInteraction DB entry.

public sealed class UserPostInteractionAnonResponseDto
Inheritance
UserPostInteractionAnonResponseDto
Inherited Members

Properties

Address

UserPostInteraction.Address

public string? Address { get; set; }

Property Value

string

CountryCodeISO

UserPostInteraction.CountryCodeISO

public string? CountryCodeISO { get; set; }

Property Value

string

CreationTimestampUTC

UserPostInteraction.CreationTimestampUTC

public long CreationTimestampUTC { get; set; }

Property Value

long

Email

UserPostInteraction.Email

public string Email { get; set; }

Property Value

string

Guid

UserPostInteraction.Guid

public Guid Guid { get; set; }

Property Value

Guid

Language

UserPostInteraction.Language

public Language Language { get; set; }

Property Value

Language

Location

UserPostInteraction.Location

public string? Location { get; set; }

Property Value

string

Message

UserPostInteraction.Message

public string? Message { get; set; }

Property Value

string

Name

UserPostInteraction.Email

public string Name { get; set; }

Property Value

string

NotificationsEnabled

UserPostInteraction.NotificationsEnabled

public bool NotificationsEnabled { get; set; }

Property Value

bool

Phone

UserPostInteraction.Phone

public string? Phone { get; set; }

Property Value

string

ResolvedOnTimestampUTC

UserPostInteraction.ResolvedOnTimestampUTC

public long? ResolvedOnTimestampUTC { get; set; }

Property Value

long?

Slug

UserPostInteraction.Slug

public string Slug { get; set; }

Property Value

string

ZipCode

UserPostInteraction.ZipCode

public string? ZipCode { get; set; }

Property Value

string