Values_1.GetServiceSettingResultSourceThe query result body of the GetServiceSetting API operation.
type nonrec t = {serviceSetting : ServiceSetting.t option;The query result of the current service setting.
*)}type nonrec error = [ | `InternalServerError of Values_0.InternalServerError.t| `ServiceSettingNotFound of ServiceSettingNotFound.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerError of Values_0.InternalServerError.t
| `ServiceSettingNotFound of ServiceSettingNotFound.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerError of Values_0.InternalServerError.t
| `ServiceSettingNotFound of ServiceSettingNotFound.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `String of ServiceSettingId.t
| `Timestamp of Values_0.DateTime.t ])
list ])
list ]