Search Results for

    Show / Hide Table of Contents

    Class ContributionRawDataGenerateReportRequest.RequestSchema

    Inheritance
    object
    ContributionRawDataGenerateReportRequest.RequestSchema
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Crowdin.Api.Reports
    Assembly: Crowdin.Api.dll
    Syntax
    [PublicAPI]
    public class ContributionRawDataGenerateReportRequest.RequestSchema

    Properties

    | Edit this page View Source

    DateFrom

    Declaration
    [JsonProperty("dateFrom")]
    public DateTimeOffset? DateFrom { get; set; }
    Property Value
    Type Description
    DateTimeOffset?
    | Edit this page View Source

    DateTo

    Declaration
    [JsonProperty("dateTo")]
    public DateTimeOffset? DateTo { get; set; }
    Property Value
    Type Description
    DateTimeOffset?
    | Edit this page View Source

    LanguageId

    Declaration
    [JsonProperty("languageId")]
    public string? LanguageId { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Mode

    Declaration
    [JsonProperty("mode")]
    public ContributionReportMode Mode { get; set; }
    Property Value
    Type Description
    ContributionReportMode
    | Edit this page View Source

    Unit

    Declaration
    [JsonProperty("unit")]
    public ReportUnit? Unit { get; set; }
    Property Value
    Type Description
    ReportUnit?
    | Edit this page View Source

    UserId

    Declaration
    [JsonProperty("userId")]
    public string? UserId { get; set; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX