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
CountryCodeISO
UserPostInteraction.CountryCodeISO
public string? CountryCodeISO { get; set; }
Property Value
CreationTimestampUTC
Unix-timestamp of when this GastroSky.Models.DTO.UserPostInteraction was created.
public long CreationTimestampUTC { get; set; }
Property Value
UserPostInteraction.Email address of who should be notified about the underlying GastroSky.Models.DTO.Post.
public string Email { 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.Name of the interested person.
public string Name { get; set; }
Property Value
Notes
UserPostInteraction.NotificationsEnabled
public string? Notes { get; set; }
Property Value
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
Phone
UserPostInteraction.Phone nr.
public string? Phone { get; set; }
Property Value
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
Status
The current UserPostInteraction.Status of the GastroSky.Models.DTO.UserPostInteraction.
public UserPostInteractionStatus Status { get; set; }
Property Value
- See Also
ZipCode
UserPostInteraction.ZipCode
public string? ZipCode { get; set; }