Class TranslationVote
Inheritance
TranslationVote
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class TranslationVote
Properties
|
Edit this page
View Source
Id
Declaration
[JsonProperty("id")]
public long Id { get; set; }
Property Value
|
Edit this page
View Source
Mark
Declaration
[JsonProperty("mark")]
public TranslationVoteMark Mark { get; set; }
Property Value
|
Edit this page
View Source
TranslationId
Declaration
[JsonProperty("translationId")]
public long TranslationId { get; set; }
Property Value
|
Edit this page
View Source
User
Declaration
[JsonProperty("user")]
public User User { get; set; }
Property Value
|
Edit this page
View Source
VotedAt
Declaration
[JsonProperty("votedAt")]
public DateTimeOffset VotedAt { get; set; }
Property Value