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
Expires
public string Expires { get; set; }
Property Value
IdToNotification
public Dictionary<Guid, GetOpenSettingsNotificationsResponseNotification> IdToNotification { get; set; }
Property Value
IsFaulted
public bool IsFaulted { get; set; }