Class UserEnterprise
Inheritance
System.Object
UserEnterprise
Assembly: Crowdin.Api.dll
Syntax
public class UserEnterprise : UserBase
Properties
|
Improve this Doc
View Source
AvatarUrl
Declaration
public string AvatarUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CreatedAt
Declaration
public DateTimeOffset CreatedAt { get; set; }
Property Value
Type |
Description |
DateTimeOffset |
|
|
Improve this Doc
View Source
Email
Declaration
public string Email { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
FirstName
Declaration
public string FirstName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
IsAdmin
Declaration
public bool IsAdmin { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
LastName
Declaration
public string LastName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
LastSeen
Declaration
public DateTimeOffset? LastSeen { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTimeOffset> |
|
|
Improve this Doc
View Source
Status
Declaration
public UserStatus Status { get; set; }
Property Value
|
Improve this Doc
View Source
TimeZone
Declaration
public string TimeZone { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TwoFactor
Declaration
public UserTwoFactorStatus TwoFactor { get; set; }
Property Value
|
Improve this Doc
View Source
Username
Declaration
public string Username { get; set; }
Property Value
Type |
Description |
System.String |
|