Inheritance
System.Object
StringComment.UserObject
Assembly: Crowdin.Api.dll
public class UserObject : object
Properties
|
Improve this Doc
View Source
Declaration
public string AvatarUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string FullName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public string Username { get; set; }
Property Value
Type |
Description |
System.String |
|