Class AddVoteRequest
Inheritance
System.Object
AddVoteRequest
Namespace: Crowdin.Api.StringTranslations
Assembly: Crowdin.Api.dll
Syntax
public class AddVoteRequest : object
Properties
| Improve this Doc View SourceMark
Declaration
public TranslationVoteMark Mark { get; set; }
Property Value
Type | Description |
---|---|
TranslationVoteMark |
TranslationId
Declaration
public int? TranslationId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |