Table of Contents

Class UserPostInteractionResponseDto

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

Response body of a GastroSky.Models.DTO.UserPostInteraction. Authorized access variant.

public sealed class UserPostInteractionResponseDto
Inheritance
UserPostInteractionResponseDto
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

Unix-timestamp of when this GastroSky.Models.DTO.UserPostInteraction was created.

public long CreationTimestampUTC { get; set; }

Property Value

long

Email

UserPostInteraction.Email address of who should be notified about the underlying GastroSky.Models.DTO.Post.

public string Email { get; set; }

Property Value

string

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.Name of the interested person.

public string Name { get; set; }

Property Value

string

Notes

UserPostInteraction.NotificationsEnabled

public string? Notes { get; set; }

Property Value

string

NotificationsEnabled

UserPostInteraction.NotificationsEnabled (if true, notifications about the underlying GastroSky.Models.DTO.Post will be sent to the interested user's Email address).

public bool NotificationsEnabled { get; set; }

Property Value

bool

Phone

UserPostInteraction.Phone nr.

public string? Phone { get; set; }

Property Value

string

ResolvedOnTimestampUTC

UserPostInteraction.ResolvedOnTimestampUTC (unix-timestamp).

public long? ResolvedOnTimestampUTC { get; set; }

Property Value

long?

Slug

UserPostInteraction.Slug that uniquely identifies the GastroSky.Models.DTO.UserPostInteraction.

public string Slug { get; set; }

Property Value

string

Status

The current UserPostInteraction.Status of the GastroSky.Models.DTO.UserPostInteraction.

public UserPostInteractionStatus Status { get; set; }

Property Value

UserPostInteractionStatus
See Also

ZipCode

UserPostInteraction.ZipCode

public string? ZipCode { get; set; }

Property Value

string