Inheritance
StringComment.StringObject
Assembly: Crowdin.Api.dll
[PublicAPI]
public class StringComment.StringObject
Properties
|
Edit this page
View Source
Declaration
[JsonProperty("context")]
public string Context { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("fileId")]
public long FileId { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("hasPlurals")]
public bool HasPlurals { 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("isIcu")]
public bool IsIcu { 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 string Type { get; set; }
Property Value