Class UserCompanyResponseDto
- Namespace
- GastroSky.Models.DTO.UserCompany
- Assembly
- GastroSky.Models.dll
public class UserCompanyResponseDto
- Inheritance
-
UserCompanyResponseDto
- Inherited Members
-
Properties
Company
public CompanyResponseDto Company { get; set; }
Property Value
- CompanyResponseDto
CompanyRole
public CompanyRole CompanyRole { get; set; }
Property Value
- CompanyRole
CreationTimestampUTC
public long CreationTimestampUTC { get; set; }
Property Value
- long
Id
public long Id { get; set; }
Property Value
- long
UserJoinedOnTimestampUTC
public long? UserJoinedOnTimestampUTC { get; set; }
Property Value
- long?