Search Results for

    Show / Hide Table of Contents

    Class ReportIndividualRatesForm

    Inheritance
    System.Object
    ReportIndividualRatesForm
    Namespace: Crowdin.Api.Reports
    Assembly: Crowdin.Api.dll
    Syntax
    public class ReportIndividualRatesForm : object

    Properties

    | Improve this Doc View Source

    LanguageIds

    Declaration
    public ICollection<string>? LanguageIds { get; set; }
    Property Value
    Type Description
    System.Nullable<ICollection<System.String>>
    | Improve this Doc View Source

    Rates

    Declaration
    public ICollection<ReportCreateForm>? Rates { get; set; }
    Property Value
    Type Description
    System.Nullable<ICollection<ReportCreateForm>>
    | Improve this Doc View Source

    UserIds

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