SettingsListResponse type

يحتوي على بيانات الاستجابة لعملية القائمة.

type SettingsListResponse = AppVersionSettingObject[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: AppVersionSettingObject[]
  }
}