Class TeamMember
Inheritance
System.Object
TeamMember
Assembly: Crowdin.Api.dll
Syntax
public class TeamMember : object
Properties
|
Improve this Doc
View Source
AddedAt
Declaration
public DateTimeOffset AddedAt { get; set; }
Property Value
Type |
Description |
DateTimeOffset |
|
|
Improve this Doc
View Source
AvatarUrl
Declaration
public string AvatarUrl { 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
LastName
Declaration
public string LastName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Username
Declaration
public string Username { get; set; }
Property Value
Type |
Description |
System.String |
|