Search Results for

    Show / Hide Table of Contents

    Class AddVoteRequest

    Inheritance
    System.Object
    AddVoteRequest
    Namespace: Crowdin.Api.StringTranslations
    Assembly: Crowdin.Api.dll
    Syntax
    public class AddVoteRequest : object

    Properties

    | Improve this Doc View Source

    Mark

    Declaration
    public TranslationVoteMark Mark { get; set; }
    Property Value
    Type Description
    TranslationVoteMark
    | Improve this Doc View Source

    TranslationId

    Declaration
    public int? TranslationId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX