Class Issue
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class Issue
Properties
|
Edit this page
View Source
CreatedAt
Declaration
[JsonProperty("createdAt")]
public DateTimeOffset CreatedAt { get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
[JsonProperty("id")]
public long Id { get; set; }
Property Value
|
Edit this page
View Source
LanguageId
Declaration
[JsonProperty("languageId")]
public string LanguageId { get; set; }
Property Value
|
Edit this page
View Source
Status
Declaration
[JsonProperty("status")]
public IssueStatus Status { get; set; }
Property Value
|
Edit this page
View Source
String
Declaration
[JsonProperty("string")]
public Issue.StringObject String { get; set; }
Property Value
|
Edit this page
View Source
StringId
Declaration
[JsonProperty("stringId")]
public long StringId { get; set; }
Property Value
|
Edit this page
View Source
Text
Declaration
[JsonProperty("text")]
public string Text { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
[JsonProperty("type")]
public IssueType Type { get; set; }
Property Value
|
Edit this page
View Source
User
Declaration
[JsonProperty("user")]
public User User { get; set; }
Property Value
|
Edit this page
View Source
UserId
Declaration
[JsonProperty("userId")]
public long UserId { get; set; }
Property Value