Search Results for

    Show / Hide Table of Contents

    Class Issue

    Inheritance
    System.Object
    Issue
    Namespace: Crowdin.Api.Issues
    Assembly: Crowdin.Api.dll
    Syntax
    public class Issue : object

    Properties

    | Improve this Doc View Source

    CreatedAt

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

    Id

    Declaration
    public int Id { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    LanguageId

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

    Status

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

    String

    Declaration
    public Issue.StringObject String { get; set; }
    Property Value
    Type Description
    Issue.StringObject
    | Improve this Doc View Source

    StringId

    Declaration
    public int StringId { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Text

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

    Type

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

    User

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

    UserId

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