Inheritance
AddStringCommentRequest
Assembly: Crowdin.Api.dll
[PublicAPI]
public class AddStringCommentRequest
Properties
|
Edit this page
View Source
Declaration
[JsonProperty("issueType")]
public IssueType? IssueType { 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("targetLanguageId")]
public string TargetLanguageId { 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