Class TaskAssignee
Inheritance
System.Object
TaskAssignee
Assembly: Crowdin.Api.dll
Syntax
public class TaskAssignee : object
Properties
|
Improve this Doc
View Source
AvatarUrl
Declaration
public string AvatarUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
FullName
Declaration
public string FullName { 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
UserName
Declaration
public string UserName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
WordsCount
Declaration
public int WordsCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
WordsLeft
Declaration
public int WordsLeft { get; set; }
Property Value
Type |
Description |
System.Int32 |
|