Inheritance
StringComment.UserObject
Assembly: Crowdin.Api.dll
[PublicAPI]
public class StringComment.UserObject
Properties
|
Edit this page
View Source
Declaration
[JsonProperty("avatarUrl")]
public string AvatarUrl { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("fullName")]
public string FullName { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("id")]
public long Id { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("username")]
public string Username { get; set; }
Property Value