Table of Contents

Class GetConfigsDataResponse

Namespace
OpenSettings.Models.Responses
Assembly
OpenSettings.dll
public class GetConfigsDataResponse
Inheritance
GetConfigsDataResponse
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

int

CacheControl

e.g. "public, max-age=3600"

public string CacheControl { get; set; }

Property Value

string

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; }

Property Value

string