Inheritance
StringComment
Assembly: Crowdin.Api.dll
[PublicAPI]
public class StringComment
Properties
|
Edit this page
View Source
Declaration
[JsonProperty("createdAt")]
public DateTimeOffset CreatedAt { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("id")]
public long Id { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("issueStatus")]
public IssueStatus IssueStatus { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("issueType")]
public IssueType? IssueType { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("languageId")]
public string LanguageId { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("resolvedAt")]
public DateTimeOffset ResolvedAt { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("resolver")]
public StringComment.UserObject Resolver { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("resolverId")]
public long ResolverId { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("string")]
public StringComment.StringObject String { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("stringId")]
public long StringId { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("text")]
public string Text { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("type")]
public StringCommentType Type { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("user")]
public StringComment.UserObject User { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("userId")]
public long UserId { get; set; }
Property Value