Class PostBoosterResponseDto
- Namespace
- GastroSky.Models.DTO.PostBooster
- Assembly
- GastroSky.Models.dll
public sealed class PostBoosterResponseDto
- Inheritance
-
PostBoosterResponseDto
- Inherited Members
-
Properties
ActivationTimestampUTC
public long ActivationTimestampUTC { get; set; }
Property Value
- long
Booster
public BoosterResponseDto Booster { get; set; }
Property Value
- BoosterResponseDto
CreationTimestampUTC
public long CreationTimestampUTC { get; set; }
Property Value
- long
DeactivatedOnTimestampUTC
public long? DeactivatedOnTimestampUTC { get; set; }
Property Value
- long?
ExpirationTimestampUTC
public long ExpirationTimestampUTC { get; set; }
Property Value
- long
Id
public long Id { get; set; }
Property Value
- long
Post
public PrivatePostReducedResponseDto Post { get; set; }
Property Value
- PrivatePostReducedResponseDto