Inheritance
CommentAttachment
Assembly: Crowdin.Api.dll
[PublicAPI]
public class CommentAttachment
Properties
|
Edit this page
View Source
Declaration
[JsonProperty("category")]
public string Category { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("downloadUrl")]
public string DownloadUrl { 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("mime")]
public string Mime { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("size")]
public int Size { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("thumbnailUrl")]
public string ThumbnailUrl { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("url")]
public string Url { get; set; }
Property Value