Search Results for

    Show / Hide Table of Contents

    Class ReportStatus.ReportAttributes

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

    Properties

    | Improve this Doc View Source

    Format

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

    ProjectIds

    Declaration
    public List<long> ProjectIds { get; set; }
    Property Value
    Type Description
    List<System.Int64>
    | Improve this Doc View Source

    ReportName

    Declaration
    public string ReportName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Schema

    Declaration
    public object Schema { get; set; }
    Property Value
    Type Description
    System.Object
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX