Table of Contents

Class GetOpenSettingsNotificationsResponse

Namespace
OpenSettings.Models.Responses
Assembly
OpenSettings.dll
public class GetOpenSettingsNotificationsResponse
Inheritance
GetOpenSettingsNotificationsResponse
Inherited Members

Properties

CacheControl

public string CacheControl { get; set; }

Property Value

string

Expires

public string Expires { get; set; }

Property Value

string

IdToNotification

public Dictionary<Guid, GetOpenSettingsNotificationsResponseNotification> IdToNotification { get; set; }

Property Value

Dictionary<Guid, GetOpenSettingsNotificationsResponseNotification>

IsFaulted

public bool IsFaulted { get; set; }

Property Value

bool