Search Results for

    Show / Hide Table of Contents

    Class GroupReportStatus.ReportAttributes

    Inheritance
    object
    GroupReportStatus.ReportAttributes
    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 GroupReportStatus.ReportAttributes

    Properties

    | Edit this page View Source

    Format

    Declaration
    [JsonProperty("format")]
    public ReportFormat Format { get; set; }
    Property Value
    Type Description
    ReportFormat
    | Edit this page View Source

    ProjectIds

    Declaration
    [JsonProperty("projectIds")]
    public ICollection<long> ProjectIds { get; set; }
    Property Value
    Type Description
    ICollection<long>
    | Edit this page View Source

    ReportName

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

    Schema

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