Search Results for

    Show / Hide Table of Contents

    Class ContributionRawDataGenerateReportRequest.RequestSchema

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

    Properties

    | 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

    LanguageId

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

    Mode

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

    Unit

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

    UserId

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