Inheritance
System.Object
StringComment
Assembly: Crowdin.Api.dll
public class StringComment : object
Properties
|
Improve this Doc
View Source
Declaration
public DateTimeOffset CreatedAt { get; set; }
Property Value
Type |
Description |
DateTimeOffset |
|
|
Improve this Doc
View Source
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public IssueStatus IssueStatus { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public IssueType? IssueType { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string LanguageId { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public DateTimeOffset ResolvedAt { get; set; }
Property Value
Type |
Description |
DateTimeOffset |
|
|
Improve this Doc
View Source
Declaration
public StringComment.UserObject Resolver { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public int ResolverId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public StringComment.StringObject String { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public int StringId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public StringCommentType Type { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public StringComment.UserObject User { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public int UserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|