Class FrameResource
FrameResource
public sealed class FrameResource
- Inheritance
-
FrameResource
- Inherited Members
Properties
Canceled
canceled
[JsonPropertyName("canceled")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Canceled { get; set; }
Property Value
- bool?
ContentSize
contentSize
[JsonPropertyName("contentSize")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? ContentSize { get; set; }
Property Value
Failed
failed
[JsonPropertyName("failed")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Failed { get; set; }
Property Value
- bool?
LastModified
lastModified
[JsonPropertyName("lastModified")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? LastModified { get; set; }
Property Value
MimeType
mimeType
[JsonPropertyName("mimeType")]
public string MimeType { get; set; }
Property Value
Type
type
[JsonPropertyName("type")]
public ResourceType Type { get; set; }
Property Value
Url
url
[JsonPropertyName("url")]
public string Url { get; set; }