Search Results for

    Show / Hide Table of Contents

    Class GroupTranslationCostGenerateGroupReportRequest.RequestSchema

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

    Properties

    | Improve this Doc View Source

    Currency

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

    DateFrom

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

    DateTo

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

    Format

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

    GroupBy

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

    ProjectIds

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

    Unit

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

    UseIndividualRates

    Declaration
    public bool? UseIndividualRates { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | 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