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
CountryCodeISO
UserPostInteraction.CountryCodeISO
public string? CountryCodeISO { get; set; }
Property Value
CreationTimestampUTC
UserPostInteraction.CreationTimestampUTC
public long CreationTimestampUTC { get; set; }
Property Value
UserPostInteraction.Email
public string Email { get; set; }
Property Value
Guid
UserPostInteraction.Guid
public Guid Guid { get; set; }
Property Value
Language
UserPostInteraction.Language
public Language Language { get; set; }
Property Value
Location
UserPostInteraction.Location
public string? Location { get; set; }
Property Value
Message
UserPostInteraction.Message
public string? Message { get; set; }
Property Value
Name
UserPostInteraction.Email
public string Name { get; set; }
Property Value
NotificationsEnabled
UserPostInteraction.NotificationsEnabled
public bool NotificationsEnabled { get; set; }
Property Value
Phone
UserPostInteraction.Phone
public string? Phone { get; set; }
Property Value
ResolvedOnTimestampUTC
UserPostInteraction.ResolvedOnTimestampUTC
public long? ResolvedOnTimestampUTC { get; set; }
Property Value
- long?
Slug
UserPostInteraction.Slug
public string Slug { get; set; }
Property Value
ZipCode
UserPostInteraction.ZipCode
public string? ZipCode { get; set; }