Interface SettingsGetSettingValueResponse

SettingsGetSettingValueResponse ($ref: "Settings.GetSettingValue.Response") Response structure for the GetSettingValue method.

interface SettingsGetSettingValueResponse {
    value: SettingValue;
}

Properties

Properties