Class ImageResource
ImageResource
public sealed class ImageResource- Inheritance
- 
      
      ImageResource
- Inherited Members
Properties
Sizes
sizes
[JsonPropertyName("sizes")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Sizes { get; set; }Property Value
Type
type
[JsonPropertyName("type")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Type { get; set; }Property Value
Url
url
[JsonPropertyName("url")]
public string Url { get; set; }