Interface SettingsGetSettingsResponse

SettingsGetSettingsResponse ($ref: "Settings.GetSettings.Response") Response structure for the GetSettings method.

interface SettingsGetSettingsResponse {
    settings: Setting[];
}

Properties

Properties

settings: Setting[]