Inheritance
System.Object
AddStringCommentRequest
Assembly: Crowdin.Api.dll
public class AddStringCommentRequest : object
Properties
|
Improve this Doc
View Source
Declaration
public IssueType? IssueType { 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 TargetLanguageId { get; set; }
Property Value
Type |
Description |
System.String |
|
|
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