Class ImageSize
Image size info
public class ImageSize
- Inheritance
-
ImageSize
- Inherited Members
Properties
Original
Original size
[JsonProperty("original")]
public string? Original { get; set; }
Property Value
Size240
240x240
[JsonProperty("240-240")]
public string? Size240 { get; set; }
Property Value
Size332
332x322
[JsonProperty("332-332")]
public string? Size332 { get; set; }