Class CachedResource
CachedResource
public sealed class CachedResource
- Inheritance
-
CachedResource
- Inherited Members
Properties
BodySize
bodySize
[JsonPropertyName("bodySize")]
public double BodySize { get; set; }
Property Value
Response
response
[JsonPropertyName("response")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Response Response { get; set; }
Property Value
Type
type
[JsonPropertyName("type")]
public ResourceType Type { get; set; }
Property Value
Url
url
[JsonPropertyName("url")]
public string Url { get; set; }