Class GetConfigsResponse
- Namespace
- OpenSettings.Models.Responses
- Assembly
- OpenSettings.dll
public class GetConfigsResponse
- Inheritance
-
GetConfigsResponse
- Inherited Members
Properties
Age
A non-negative integer that represents the time in seconds for which the object was in a cache. e.g. 0
public int Age { get; set; }
Property Value
CacheControl
e.g. "public, max-age=3600"
public string CacheControl { get; set; }
Property Value
Data
public byte[] Data { get; set; }
Property Value
- byte[]
Expires
e.g. "Thu, 26 Jun 2025 14:14:56 GMT"
public string Expires { get; set; }