Class ImageResource
The image definition used in both icon and screenshot.
public sealed record ImageResource : IEquatable<ImageResource>
- Inheritance
-
ImageResource
- Implements
- Inherited Members
Constructors
ImageResource(string)
The image definition used in both icon and screenshot.
public ImageResource(string Url)
Parameters
UrlstringThe src field in the definition, but changing to url in favor of consistency.
Properties
Sizes
public string? Sizes { get; init; }
Property Value
Type
public string? Type { get; init; }
Property Value
Url
The src field in the definition, but changing to url in favor of consistency.
public string Url { get; init; }