Class Issue
Inheritance
System.Object
Issue
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
|
Improve this Doc
View Source
String
Declaration
public Issue.StringObject String { get; set; }
Property Value
|
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
|
Improve this Doc
View Source
User
Declaration
public User User { get; set; }
Property Value
|
Improve this Doc
View Source
UserId
Declaration
public int UserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|