SematextCloud 0.3.1 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (345) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/SematextCloud.gemspec +4 -5
  4. data/docs/AlertNotification.md +2 -1
  5. data/docs/AlertNotificationRequest.md +2 -1
  6. data/docs/AlertNotificationsApi.md +30 -28
  7. data/docs/AlertRule.md +2 -1
  8. data/docs/AlertRuleResponse.md +2 -1
  9. data/docs/AlertRuleResponseEntry.md +2 -1
  10. data/docs/AlertRuleScheduleTimeRangeDto.md +2 -1
  11. data/docs/AlertRuleScheduleWeekdayDto.md +2 -1
  12. data/docs/AlertRulesResponse.md +2 -1
  13. data/docs/AlertRulesResponseEntry.md +2 -1
  14. data/docs/AlertsApi.md +55 -53
  15. data/docs/App.md +2 -1
  16. data/docs/AppDescription.md +2 -1
  17. data/docs/AppMetadata.md +2 -1
  18. data/docs/AppResponse.md +2 -1
  19. data/docs/AppResponseEntry.md +2 -1
  20. data/docs/AppTypesResponse.md +2 -1
  21. data/docs/AppTypesResponseEntry.md +2 -1
  22. data/docs/AppsApi.md +85 -80
  23. data/docs/AppsResponse.md +2 -1
  24. data/docs/AppsResponseEntry.md +2 -1
  25. data/docs/AwsSettingsControllerApi.md +10 -8
  26. data/docs/BasicAuthMethodDto.md +2 -1
  27. data/docs/BasicOrganizationDto.md +2 -1
  28. data/docs/BillingApi.md +31 -29
  29. data/docs/BillingInfo.md +2 -1
  30. data/docs/ChargesDetailsResponseDto.md +2 -1
  31. data/docs/CloudWatchSettings.md +2 -1
  32. data/docs/CloudWatchSettingsResponse.md +2 -1
  33. data/docs/CloudWatchSettingsResponseEntry.md +2 -1
  34. data/docs/CreateAppInfo.md +2 -1
  35. data/docs/CreateTokenDto.md +2 -1
  36. data/docs/DailyDto.md +10 -7
  37. data/docs/DayUsageData.md +23 -23
  38. data/docs/Dimension.md +2 -1
  39. data/docs/Error.md +2 -1
  40. data/docs/EventDto.md +2 -1
  41. data/docs/FilterValue.md +2 -1
  42. data/docs/GenericApiResponse.md +2 -1
  43. data/docs/GenericMapBasedApiResponse.md +2 -1
  44. data/docs/Invitation.md +2 -1
  45. data/docs/Invoice.md +2 -1
  46. data/docs/InvoiceResponse.md +2 -1
  47. data/docs/InvoiceResponseEntry.md +2 -1
  48. data/docs/LimitChangeEventDTO.md +2 -1
  49. data/docs/LogsAppApi.md +10 -8
  50. data/docs/LogsUsageApiControllerApi.md +9 -7
  51. data/docs/MailReportResponse.md +2 -1
  52. data/docs/MailReportResponseResponseEntry.md +2 -1
  53. data/docs/MinPeriodFeePeriod.md +17 -14
  54. data/docs/MonitoringAppApi.md +17 -15
  55. data/docs/NotificationIntegration.md +2 -1
  56. data/docs/NotificationsResponse.md +2 -1
  57. data/docs/NotificationsResponseEntry.md +2 -1
  58. data/docs/Plan.md +2 -1
  59. data/docs/PlansResponse.md +2 -1
  60. data/docs/PlansResponseEntry.md +2 -1
  61. data/docs/ReportInfo.md +13 -11
  62. data/docs/ResetPasswordApi.md +10 -8
  63. data/docs/ServiceIntegration.md +2 -1
  64. data/docs/Subscription.md +20 -18
  65. data/docs/SubscriptionDashboardDto.md +2 -1
  66. data/docs/SubscriptionDto.md +17 -15
  67. data/docs/SubscriptionResponse.md +2 -1
  68. data/docs/SubscriptionResponseEntry.md +2 -1
  69. data/docs/SubscriptionsApi.md +102 -99
  70. data/docs/SubscriptionsResponse.md +2 -1
  71. data/docs/SubscriptionsResponseEntry.md +2 -1
  72. data/docs/TagApiControllerApi.md +32 -30
  73. data/docs/TagNamesResponse.md +2 -1
  74. data/docs/TokenDto.md +2 -1
  75. data/docs/TokenResponse.md +2 -1
  76. data/docs/TokenResponseEntry.md +2 -1
  77. data/docs/TokensApiControllerApi.md +62 -60
  78. data/docs/TokensResponse.md +2 -1
  79. data/docs/TokensResponseEntry.md +2 -1
  80. data/docs/UpdateAppInfo.md +2 -1
  81. data/docs/UpdatePlanResponse.md +2 -1
  82. data/docs/UpdatePlanResponseDto.md +2 -1
  83. data/docs/UpdatePlanResponseEntry.md +2 -1
  84. data/docs/UpdateSubscriptionDto.md +2 -1
  85. data/docs/UpdateTokenDto.md +2 -1
  86. data/docs/UsageDto.md +6 -3
  87. data/docs/UsageMultiResponse.md +2 -1
  88. data/docs/UsageMultiResponseEntry.md +2 -1
  89. data/docs/UsageResponse.md +2 -1
  90. data/docs/UsageResponseEntry.md +2 -1
  91. data/docs/UserInfo.md +2 -1
  92. data/docs/UserPermissions.md +2 -1
  93. data/docs/UserRole.md +2 -1
  94. data/lib/SematextCloud/api/alert_notifications_api.rb +42 -37
  95. data/lib/SematextCloud/api/alerts_api.rb +81 -72
  96. data/lib/SematextCloud/api/apps_api.rb +125 -106
  97. data/lib/SematextCloud/api/aws_settings_controller_api.rb +26 -25
  98. data/lib/SematextCloud/api/billing_api.rb +51 -46
  99. data/lib/SematextCloud/api/logs_app_api.rb +21 -20
  100. data/lib/{stcloud → SematextCloud}/api/logs_usage_api_controller_api.rb +2 -2
  101. data/lib/SematextCloud/api/monitoring_app_api.rb +23 -22
  102. data/lib/SematextCloud/api/reset_password_api.rb +21 -20
  103. data/lib/SematextCloud/api/subscriptions_api.rb +203 -172
  104. data/lib/SematextCloud/api/tag_api_controller_api.rb +53 -50
  105. data/lib/SematextCloud/api/tokens_api_controller_api.rb +84 -73
  106. data/lib/SematextCloud/api_client.rb +41 -42
  107. data/lib/SematextCloud/api_error.rb +21 -2
  108. data/lib/SematextCloud/configuration.rb +5 -9
  109. data/lib/{stcloud → SematextCloud}/models/alert_notification.rb +5 -5
  110. data/lib/SematextCloud/models/alert_notification_request.rb +49 -26
  111. data/lib/SematextCloud/models/alert_rule.rb +175 -152
  112. data/lib/{stcloud/models/app_response.rb → SematextCloud/models/alert_rule_response.rb} +6 -6
  113. data/lib/{stcloud → SematextCloud}/models/alert_rule_response_entry.rb +5 -5
  114. data/lib/SematextCloud/models/alert_rule_schedule_time_range_dto.rb +44 -21
  115. data/lib/SematextCloud/models/alert_rule_schedule_weekday_dto.rb +49 -26
  116. data/lib/SematextCloud/models/alert_rules_response.rb +235 -0
  117. data/lib/{stcloud → SematextCloud}/models/alert_rules_response_entry.rb +5 -5
  118. data/lib/SematextCloud/models/app.rb +163 -93
  119. data/lib/SematextCloud/models/app_description.rb +41 -18
  120. data/lib/SematextCloud/models/app_metadata.rb +60 -37
  121. data/lib/{stcloud/models/alert_rule_response.rb → SematextCloud/models/app_response.rb} +6 -6
  122. data/lib/{stcloud → SematextCloud}/models/app_response_entry.rb +5 -5
  123. data/lib/{stcloud → SematextCloud}/models/app_types_response.rb +5 -5
  124. data/lib/{stcloud → SematextCloud}/models/app_types_response_entry.rb +5 -5
  125. data/lib/{stcloud/models/alert_rules_response.rb → SematextCloud/models/apps_response.rb} +6 -6
  126. data/lib/{stcloud → SematextCloud}/models/apps_response_entry.rb +5 -5
  127. data/lib/SematextCloud/models/basic_auth_method_dto.rb +47 -24
  128. data/lib/SematextCloud/models/basic_organization_dto.rb +51 -28
  129. data/lib/SematextCloud/models/billing_info.rb +48 -25
  130. data/lib/{stcloud → SematextCloud}/models/charges_details_response_dto.rb +5 -5
  131. data/lib/SematextCloud/models/cloud_watch_settings.rb +56 -33
  132. data/lib/SematextCloud/models/cloud_watch_settings_response.rb +235 -0
  133. data/lib/{stcloud → SematextCloud}/models/cloud_watch_settings_response_entry.rb +5 -5
  134. data/lib/SematextCloud/models/create_app_info.rb +53 -31
  135. data/lib/SematextCloud/models/create_token_dto.rb +46 -23
  136. data/lib/{stcloud → SematextCloud}/models/daily_dto.rb +36 -18
  137. data/lib/{stcloud → SematextCloud}/models/day_usage_data.rb +5 -5
  138. data/lib/{stcloud → SematextCloud}/models/dimension.rb +5 -5
  139. data/lib/SematextCloud/models/error.rb +43 -20
  140. data/lib/{stcloud → SematextCloud}/models/event_dto.rb +7 -7
  141. data/lib/SematextCloud/models/filter_value.rb +53 -30
  142. data/lib/SematextCloud/models/generic_api_response.rb +46 -24
  143. data/lib/{stcloud → SematextCloud}/models/generic_map_based_api_response.rb +5 -5
  144. data/lib/SematextCloud/models/invitation.rb +74 -52
  145. data/lib/{stcloud → SematextCloud}/models/invoice.rb +5 -5
  146. data/lib/{stcloud/models/notifications_response.rb → SematextCloud/models/invoice_response.rb} +6 -6
  147. data/lib/{stcloud → SematextCloud}/models/invoice_response_entry.rb +5 -5
  148. data/lib/{stcloud → SematextCloud}/models/limit_change_event_dto.rb +5 -5
  149. data/lib/{stcloud → SematextCloud}/models/mail_report_response.rb +5 -5
  150. data/lib/{stcloud/models/subscription_response_entry.rb → SematextCloud/models/mail_report_response_response_entry.rb} +6 -6
  151. data/lib/{stcloud → SematextCloud}/models/min_period_fee_period.rb +24 -6
  152. data/lib/SematextCloud/models/notification_integration.rb +73 -50
  153. data/lib/SematextCloud/models/notifications_response.rb +235 -0
  154. data/lib/{stcloud → SematextCloud}/models/notifications_response_entry.rb +5 -5
  155. data/lib/SematextCloud/models/plan.rb +80 -57
  156. data/lib/{stcloud → SematextCloud}/models/plans_response.rb +5 -5
  157. data/lib/{stcloud → SematextCloud}/models/plans_response_entry.rb +5 -5
  158. data/lib/SematextCloud/models/report_info.rb +69 -37
  159. data/lib/SematextCloud/models/service_integration.rb +71 -48
  160. data/lib/{stcloud → SematextCloud}/models/subscription.rb +15 -6
  161. data/lib/SematextCloud/models/subscription_dashboard_dto.rb +72 -49
  162. data/lib/SematextCloud/models/subscription_dto.rb +85 -53
  163. data/lib/{stcloud/models/cloud_watch_settings_response.rb → SematextCloud/models/subscription_response.rb} +6 -6
  164. data/lib/{stcloud/models/mail_report_response_response_entry.rb → SematextCloud/models/subscription_response_entry.rb} +6 -6
  165. data/lib/{stcloud → SematextCloud}/models/subscriptions_response.rb +5 -5
  166. data/lib/{stcloud → SematextCloud}/models/subscriptions_response_entry.rb +5 -5
  167. data/lib/{stcloud → SematextCloud}/models/tag_names_response.rb +5 -5
  168. data/lib/{stcloud → SematextCloud}/models/token_dto.rb +5 -5
  169. data/lib/{stcloud → SematextCloud}/models/token_response.rb +5 -5
  170. data/lib/{stcloud → SematextCloud}/models/token_response_entry.rb +5 -5
  171. data/lib/{stcloud/models/subscription_response.rb → SematextCloud/models/tokens_response.rb} +6 -6
  172. data/lib/{stcloud → SematextCloud}/models/tokens_response_entry.rb +5 -5
  173. data/lib/SematextCloud/models/update_app_info.rb +64 -41
  174. data/lib/{stcloud → SematextCloud}/models/update_plan_response.rb +5 -5
  175. data/lib/{stcloud → SematextCloud}/models/update_plan_response_dto.rb +5 -5
  176. data/lib/{stcloud → SematextCloud}/models/update_plan_response_entry.rb +5 -5
  177. data/lib/SematextCloud/models/update_subscription_dto.rb +42 -19
  178. data/lib/SematextCloud/models/update_token_dto.rb +44 -21
  179. data/lib/{stcloud → SematextCloud}/models/usage_dto.rb +39 -21
  180. data/lib/{stcloud → SematextCloud}/models/usage_multi_response.rb +5 -5
  181. data/lib/{stcloud → SematextCloud}/models/usage_multi_response_entry.rb +5 -5
  182. data/lib/{stcloud → SematextCloud}/models/usage_response.rb +5 -5
  183. data/lib/{stcloud → SematextCloud}/models/usage_response_entry.rb +5 -5
  184. data/lib/SematextCloud/models/user_info.rb +42 -19
  185. data/lib/SematextCloud/models/user_permissions.rb +48 -25
  186. data/lib/SematextCloud/models/user_role.rb +53 -30
  187. data/lib/SematextCloud/version.rb +2 -3
  188. data/lib/SematextCloud.rb +57 -7
  189. data/spec/api/alert_notifications_api_spec.rb +8 -8
  190. data/spec/api/alerts_api_spec.rb +8 -8
  191. data/spec/api/apps_api_spec.rb +10 -10
  192. data/spec/api/aws_settings_controller_api_spec.rb +4 -4
  193. data/spec/api/billing_api_spec.rb +6 -6
  194. data/spec/api/logs_app_api_spec.rb +4 -4
  195. data/spec/api/logs_usage_api_controller_api_spec.rb +4 -4
  196. data/spec/api/monitoring_app_api_spec.rb +6 -6
  197. data/spec/api/reset_password_api_spec.rb +4 -4
  198. data/spec/api/subscriptions_api_spec.rb +10 -10
  199. data/spec/api/tag_api_controller_api_spec.rb +6 -6
  200. data/spec/api/tokens_api_controller_api_spec.rb +12 -12
  201. data/spec/api_client_spec.rb +30 -30
  202. data/spec/configuration_spec.rb +4 -4
  203. data/spec/models/alert_notification_request_spec.rb +4 -4
  204. data/spec/models/alert_notification_spec.rb +4 -4
  205. data/spec/models/alert_rule_response_entry_spec.rb +4 -4
  206. data/spec/models/alert_rule_response_spec.rb +4 -4
  207. data/spec/models/alert_rule_schedule_time_range_dto_spec.rb +4 -4
  208. data/spec/models/alert_rule_schedule_weekday_dto_spec.rb +4 -4
  209. data/spec/models/alert_rule_spec.rb +4 -4
  210. data/spec/models/alert_rules_response_entry_spec.rb +4 -4
  211. data/spec/models/alert_rules_response_spec.rb +4 -4
  212. data/spec/models/app_description_spec.rb +4 -4
  213. data/spec/models/app_metadata_spec.rb +4 -4
  214. data/spec/models/app_response_entry_spec.rb +4 -4
  215. data/spec/models/app_response_spec.rb +4 -4
  216. data/spec/models/app_spec.rb +4 -4
  217. data/spec/models/app_types_response_entry_spec.rb +4 -4
  218. data/spec/models/app_types_response_spec.rb +4 -4
  219. data/spec/models/apps_response_entry_spec.rb +4 -4
  220. data/spec/models/apps_response_spec.rb +4 -4
  221. data/spec/models/basic_auth_method_dto_spec.rb +4 -4
  222. data/spec/models/basic_organization_dto_spec.rb +4 -4
  223. data/spec/models/billing_info_spec.rb +4 -4
  224. data/spec/models/charges_details_response_dto_spec.rb +4 -4
  225. data/spec/models/cloud_watch_settings_response_entry_spec.rb +4 -4
  226. data/spec/models/cloud_watch_settings_response_spec.rb +4 -4
  227. data/spec/models/cloud_watch_settings_spec.rb +4 -4
  228. data/spec/models/create_app_info_spec.rb +4 -4
  229. data/spec/models/create_token_dto_spec.rb +4 -4
  230. data/spec/models/daily_dto_spec.rb +18 -6
  231. data/spec/models/day_usage_data_spec.rb +4 -4
  232. data/spec/models/dimension_spec.rb +4 -4
  233. data/spec/models/error_spec.rb +4 -4
  234. data/spec/models/event_dto_spec.rb +5 -5
  235. data/spec/models/filter_value_spec.rb +4 -4
  236. data/spec/models/generic_api_response_spec.rb +4 -4
  237. data/spec/models/generic_map_based_api_response_spec.rb +4 -4
  238. data/spec/models/invitation_spec.rb +4 -4
  239. data/spec/models/invoice_response_entry_spec.rb +4 -4
  240. data/spec/models/invoice_response_spec.rb +4 -4
  241. data/spec/models/invoice_spec.rb +4 -4
  242. data/spec/models/limit_change_event_dto_spec.rb +4 -4
  243. data/spec/models/mail_report_response_response_entry_spec.rb +4 -4
  244. data/spec/models/mail_report_response_spec.rb +4 -4
  245. data/spec/models/min_period_fee_period_spec.rb +16 -4
  246. data/spec/models/notification_integration_spec.rb +4 -4
  247. data/spec/models/notifications_response_entry_spec.rb +4 -4
  248. data/spec/models/notifications_response_spec.rb +4 -4
  249. data/spec/models/plan_spec.rb +5 -5
  250. data/spec/models/plans_response_entry_spec.rb +4 -4
  251. data/spec/models/plans_response_spec.rb +4 -4
  252. data/spec/models/report_info_spec.rb +10 -4
  253. data/spec/models/service_integration_spec.rb +4 -4
  254. data/spec/models/subscription_dashboard_dto_spec.rb +4 -4
  255. data/spec/models/subscription_dto_spec.rb +10 -4
  256. data/spec/models/subscription_response_entry_spec.rb +4 -4
  257. data/spec/models/subscription_response_spec.rb +4 -4
  258. data/spec/models/subscription_spec.rb +10 -4
  259. data/spec/models/subscriptions_response_entry_spec.rb +4 -4
  260. data/spec/models/subscriptions_response_spec.rb +4 -4
  261. data/spec/models/tag_names_response_spec.rb +4 -4
  262. data/spec/models/token_dto_spec.rb +4 -4
  263. data/spec/models/token_response_entry_spec.rb +4 -4
  264. data/spec/models/token_response_spec.rb +4 -4
  265. data/spec/models/tokens_response_entry_spec.rb +4 -4
  266. data/spec/models/tokens_response_spec.rb +4 -4
  267. data/spec/models/update_app_info_spec.rb +4 -4
  268. data/spec/models/update_plan_response_dto_spec.rb +4 -4
  269. data/spec/models/update_plan_response_entry_spec.rb +4 -4
  270. data/spec/models/update_plan_response_spec.rb +4 -4
  271. data/spec/models/update_subscription_dto_spec.rb +4 -4
  272. data/spec/models/update_token_dto_spec.rb +4 -4
  273. data/spec/models/usage_dto_spec.rb +22 -10
  274. data/spec/models/usage_multi_response_entry_spec.rb +4 -4
  275. data/spec/models/usage_multi_response_spec.rb +4 -4
  276. data/spec/models/usage_response_entry_spec.rb +4 -4
  277. data/spec/models/usage_response_spec.rb +4 -4
  278. data/spec/models/user_info_spec.rb +4 -4
  279. data/spec/models/user_permissions_spec.rb +4 -4
  280. data/spec/models/user_role_spec.rb +4 -4
  281. data/spec/spec_helper.rb +2 -2
  282. metadata +55 -121
  283. data/docs/DataSeriesFilter.md +0 -8
  284. data/docs/DataSeriesRequest.md +0 -12
  285. data/docs/MetricsApi.md +0 -227
  286. data/docs/SavedQueriesApi.md +0 -220
  287. data/docs/SavedQuery.md +0 -18
  288. data/lib/SematextCloud/api/metrics_api.rb +0 -247
  289. data/lib/SematextCloud/api/saved_queries_api.rb +0 -237
  290. data/lib/SematextCloud/models/data_series_filter.rb +0 -237
  291. data/lib/SematextCloud/models/data_series_request.rb +0 -283
  292. data/lib/SematextCloud/models/saved_query.rb +0 -291
  293. data/lib/stcloud/api/alert_notifications_api.rb +0 -142
  294. data/lib/stcloud/api/alerts_api.rb +0 -292
  295. data/lib/stcloud/api/apps_api.rb +0 -452
  296. data/lib/stcloud/api/aws_settings_controller_api.rb +0 -84
  297. data/lib/stcloud/api/billing_api.rb +0 -202
  298. data/lib/stcloud/api/logs_app_api.rb +0 -76
  299. data/lib/stcloud/api/monitoring_app_api.rb +0 -76
  300. data/lib/stcloud/api/reset_password_api.rb +0 -76
  301. data/lib/stcloud/api/subscriptions_api.rb +0 -610
  302. data/lib/stcloud/api/tag_api_controller_api.rb +0 -250
  303. data/lib/stcloud/api/tokens_api_controller_api.rb +0 -324
  304. data/lib/stcloud/api_client.rb +0 -388
  305. data/lib/stcloud/api_error.rb +0 -57
  306. data/lib/stcloud/configuration.rb +0 -205
  307. data/lib/stcloud/models/alert_notification_request.rb +0 -235
  308. data/lib/stcloud/models/alert_rule.rb +0 -675
  309. data/lib/stcloud/models/alert_rule_schedule_time_range_dto.rb +0 -215
  310. data/lib/stcloud/models/alert_rule_schedule_weekday_dto.rb +0 -244
  311. data/lib/stcloud/models/app.rb +0 -489
  312. data/lib/stcloud/models/app_description.rb +0 -206
  313. data/lib/stcloud/models/app_metadata.rb +0 -291
  314. data/lib/stcloud/models/apps_response.rb +0 -235
  315. data/lib/stcloud/models/basic_auth_method_dto.rb +0 -249
  316. data/lib/stcloud/models/basic_organization_dto.rb +0 -269
  317. data/lib/stcloud/models/billing_info.rb +0 -224
  318. data/lib/stcloud/models/cloud_watch_settings.rb +0 -279
  319. data/lib/stcloud/models/create_app_info.rb +0 -242
  320. data/lib/stcloud/models/create_token_dto.rb +0 -224
  321. data/lib/stcloud/models/error.rb +0 -215
  322. data/lib/stcloud/models/filter_value.rb +0 -253
  323. data/lib/stcloud/models/generic_api_response.rb +0 -236
  324. data/lib/stcloud/models/invitation.rb +0 -348
  325. data/lib/stcloud/models/invoice_response.rb +0 -235
  326. data/lib/stcloud/models/notification_integration.rb +0 -347
  327. data/lib/stcloud/models/plan.rb +0 -360
  328. data/lib/stcloud/models/report_info.rb +0 -270
  329. data/lib/stcloud/models/service_integration.rb +0 -305
  330. data/lib/stcloud/models/subscription_dashboard_dto.rb +0 -342
  331. data/lib/stcloud/models/subscription_dto.rb +0 -351
  332. data/lib/stcloud/models/tokens_response.rb +0 -235
  333. data/lib/stcloud/models/update_app_info.rb +0 -312
  334. data/lib/stcloud/models/update_subscription_dto.rb +0 -206
  335. data/lib/stcloud/models/update_token_dto.rb +0 -215
  336. data/lib/stcloud/models/user_info.rb +0 -206
  337. data/lib/stcloud/models/user_permissions.rb +0 -224
  338. data/lib/stcloud/models/user_role.rb +0 -270
  339. data/lib/stcloud/version.rb +0 -14
  340. data/lib/stcloud.rb +0 -128
  341. data/spec/api/metrics_api_spec.rb +0 -83
  342. data/spec/api/saved_queries_api_spec.rb +0 -80
  343. data/spec/models/data_series_filter_spec.rb +0 -57
  344. data/spec/models/data_series_request_spec.rb +0 -81
  345. data/spec/models/saved_query_spec.rb +0 -113
@@ -6,8 +6,7 @@
6
6
  OpenAPI spec version: v3
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.12
10
-
9
+ Swagger Codegen version: 3.0.30
11
10
  =end
12
11
 
13
12
  require 'date'
@@ -187,269 +186,282 @@ module SematextCloud
187
186
  end
188
187
 
189
188
  # Attribute type mapping.
190
- def self.swagger_types
189
+ def self.openapi_types
191
190
  {
192
- :'account_email' => :'String',
193
- :'allowed_app_types' => :'Array<Integer>',
194
- :'analyzing_time' => :'String',
195
- :'app_display_state' => :'String',
196
- :'app_id' => :'Integer',
197
- :'app_name' => :'String',
198
- :'app_state' => :'String',
199
- :'app_token' => :'String',
200
- :'app_type' => :'String',
201
- :'back_to_normal_needed' => :'BOOLEAN',
202
- :'chart_key' => :'String',
203
- :'color' => :'String',
204
- :'creator_email' => :'String',
205
- :'default_agg_type' => :'String',
206
- :'description' => :'String',
207
- :'disallowed_app_types' => :'Array<Integer>',
208
- :'enabled' => :'BOOLEAN',
209
- :'estimate_operation' => :'String',
210
- :'estimate_value' => :'Float',
211
- :'filter_values' => :'String',
212
- :'filter_values_obj' => :'Array<FilterValue>',
213
- :'ignore_regular_events_enabled' => :'BOOLEAN',
214
- :'integrations' => :'String',
215
- :'last_data_received_date' => :'Integer',
216
- :'last_sent' => :'Integer',
217
- :'last_triggered' => :'Integer',
191
+ :'account_email' => :'Object',
192
+ :'allowed_app_types' => :'Object',
193
+ :'analyzing_time' => :'Object',
194
+ :'app_display_state' => :'Object',
195
+ :'app_id' => :'Object',
196
+ :'app_name' => :'Object',
197
+ :'app_state' => :'Object',
198
+ :'app_token' => :'Object',
199
+ :'app_type' => :'Object',
200
+ :'back_to_normal_needed' => :'Object',
201
+ :'chart_key' => :'Object',
202
+ :'color' => :'Object',
203
+ :'creator_email' => :'Object',
204
+ :'default_agg_type' => :'Object',
205
+ :'description' => :'Object',
206
+ :'disallowed_app_types' => :'Object',
207
+ :'enabled' => :'Object',
208
+ :'estimate_operation' => :'Object',
209
+ :'estimate_value' => :'Object',
210
+ :'filter_values' => :'Object',
211
+ :'filter_values_obj' => :'Object',
212
+ :'ignore_regular_events_enabled' => :'Object',
213
+ :'integrations' => :'Object',
214
+ :'last_data_received_date' => :'Object',
215
+ :'last_sent' => :'Object',
216
+ :'last_triggered' => :'Object',
218
217
  :'metadata' => :'Object',
219
- :'metric_key' => :'String',
220
- :'metric_label' => :'String',
221
- :'min_delay_between_notifications_in_minutes' => :'String',
222
- :'name' => :'String',
223
- :'notification_emails' => :'Array<String>',
224
- :'notification_integrations' => :'Array<NotificationIntegration>',
225
- :'notifications_enabled' => :'BOOLEAN',
226
- :'query' => :'String',
227
- :'report_name' => :'String',
228
- :'rule_key' => :'Integer',
229
- :'rule_type' => :'String',
230
- :'runbook' => :'String',
231
- :'saved_query_id' => :'Integer',
232
- :'schedule' => :'Array<AlertRuleScheduleWeekdayDto>',
233
- :'sematext_service' => :'String',
234
- :'send_to_email' => :'String',
235
- :'timezone' => :'String',
236
- :'use_only_alert_rule_integrations' => :'BOOLEAN',
237
- :'user_permissions' => :'UserPermissions',
238
- :'value_column_name' => :'String',
239
- :'value_name' => :'String'
218
+ :'metric_key' => :'Object',
219
+ :'metric_label' => :'Object',
220
+ :'min_delay_between_notifications_in_minutes' => :'Object',
221
+ :'name' => :'Object',
222
+ :'notification_emails' => :'Object',
223
+ :'notification_integrations' => :'Object',
224
+ :'notifications_enabled' => :'Object',
225
+ :'query' => :'Object',
226
+ :'report_name' => :'Object',
227
+ :'rule_key' => :'Object',
228
+ :'rule_type' => :'Object',
229
+ :'runbook' => :'Object',
230
+ :'saved_query_id' => :'Object',
231
+ :'schedule' => :'Object',
232
+ :'sematext_service' => :'Object',
233
+ :'send_to_email' => :'Object',
234
+ :'timezone' => :'Object',
235
+ :'use_only_alert_rule_integrations' => :'Object',
236
+ :'user_permissions' => :'Object',
237
+ :'value_column_name' => :'Object',
238
+ :'value_name' => :'Object'
240
239
  }
241
240
  end
242
241
 
242
+ # List of attributes with nullable: true
243
+ def self.openapi_nullable
244
+ Set.new([
245
+ ])
246
+ end
247
+
243
248
  # Initializes the object
244
249
  # @param [Hash] attributes Model attributes in the form of hash
245
250
  def initialize(attributes = {})
246
- return unless attributes.is_a?(Hash)
251
+ if (!attributes.is_a?(Hash))
252
+ fail ArgumentError, "The input argument (attributes) must be a hash in `SematextCloud::AlertRule` initialize method"
253
+ end
247
254
 
248
- # convert string to symbol for hash key
249
- attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
255
+ # check to see if the attribute exists and convert string to symbol for hash key
256
+ attributes = attributes.each_with_object({}) { |(k, v), h|
257
+ if (!self.class.attribute_map.key?(k.to_sym))
258
+ fail ArgumentError, "`#{k}` is not a valid attribute in `SematextCloud::AlertRule`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
259
+ end
260
+ h[k.to_sym] = v
261
+ }
250
262
 
251
- if attributes.has_key?(:'accountEmail')
252
- self.account_email = attributes[:'accountEmail']
263
+ if attributes.key?(:'account_email')
264
+ self.account_email = attributes[:'account_email']
253
265
  end
254
266
 
255
- if attributes.has_key?(:'allowedAppTypes')
256
- if (value = attributes[:'allowedAppTypes']).is_a?(Array)
267
+ if attributes.key?(:'allowed_app_types')
268
+ if (value = attributes[:'allowed_app_types']).is_a?(Array)
257
269
  self.allowed_app_types = value
258
270
  end
259
271
  end
260
272
 
261
- if attributes.has_key?(:'analyzingTime')
262
- self.analyzing_time = attributes[:'analyzingTime']
273
+ if attributes.key?(:'analyzing_time')
274
+ self.analyzing_time = attributes[:'analyzing_time']
263
275
  end
264
276
 
265
- if attributes.has_key?(:'appDisplayState')
266
- self.app_display_state = attributes[:'appDisplayState']
277
+ if attributes.key?(:'app_display_state')
278
+ self.app_display_state = attributes[:'app_display_state']
267
279
  end
268
280
 
269
- if attributes.has_key?(:'appId')
270
- self.app_id = attributes[:'appId']
281
+ if attributes.key?(:'app_id')
282
+ self.app_id = attributes[:'app_id']
271
283
  end
272
284
 
273
- if attributes.has_key?(:'appName')
274
- self.app_name = attributes[:'appName']
285
+ if attributes.key?(:'app_name')
286
+ self.app_name = attributes[:'app_name']
275
287
  end
276
288
 
277
- if attributes.has_key?(:'appState')
278
- self.app_state = attributes[:'appState']
289
+ if attributes.key?(:'app_state')
290
+ self.app_state = attributes[:'app_state']
279
291
  end
280
292
 
281
- if attributes.has_key?(:'appToken')
282
- self.app_token = attributes[:'appToken']
293
+ if attributes.key?(:'app_token')
294
+ self.app_token = attributes[:'app_token']
283
295
  end
284
296
 
285
- if attributes.has_key?(:'appType')
286
- self.app_type = attributes[:'appType']
297
+ if attributes.key?(:'app_type')
298
+ self.app_type = attributes[:'app_type']
287
299
  end
288
300
 
289
- if attributes.has_key?(:'backToNormalNeeded')
290
- self.back_to_normal_needed = attributes[:'backToNormalNeeded']
301
+ if attributes.key?(:'back_to_normal_needed')
302
+ self.back_to_normal_needed = attributes[:'back_to_normal_needed']
291
303
  end
292
304
 
293
- if attributes.has_key?(:'chartKey')
294
- self.chart_key = attributes[:'chartKey']
305
+ if attributes.key?(:'chart_key')
306
+ self.chart_key = attributes[:'chart_key']
295
307
  end
296
308
 
297
- if attributes.has_key?(:'color')
309
+ if attributes.key?(:'color')
298
310
  self.color = attributes[:'color']
299
311
  end
300
312
 
301
- if attributes.has_key?(:'creatorEmail')
302
- self.creator_email = attributes[:'creatorEmail']
313
+ if attributes.key?(:'creator_email')
314
+ self.creator_email = attributes[:'creator_email']
303
315
  end
304
316
 
305
- if attributes.has_key?(:'defaultAggType')
306
- self.default_agg_type = attributes[:'defaultAggType']
317
+ if attributes.key?(:'default_agg_type')
318
+ self.default_agg_type = attributes[:'default_agg_type']
307
319
  end
308
320
 
309
- if attributes.has_key?(:'description')
321
+ if attributes.key?(:'description')
310
322
  self.description = attributes[:'description']
311
323
  end
312
324
 
313
- if attributes.has_key?(:'disallowedAppTypes')
314
- if (value = attributes[:'disallowedAppTypes']).is_a?(Array)
325
+ if attributes.key?(:'disallowed_app_types')
326
+ if (value = attributes[:'disallowed_app_types']).is_a?(Array)
315
327
  self.disallowed_app_types = value
316
328
  end
317
329
  end
318
330
 
319
- if attributes.has_key?(:'enabled')
331
+ if attributes.key?(:'enabled')
320
332
  self.enabled = attributes[:'enabled']
321
333
  end
322
334
 
323
- if attributes.has_key?(:'estimateOperation')
324
- self.estimate_operation = attributes[:'estimateOperation']
335
+ if attributes.key?(:'estimate_operation')
336
+ self.estimate_operation = attributes[:'estimate_operation']
325
337
  end
326
338
 
327
- if attributes.has_key?(:'estimateValue')
328
- self.estimate_value = attributes[:'estimateValue']
339
+ if attributes.key?(:'estimate_value')
340
+ self.estimate_value = attributes[:'estimate_value']
329
341
  end
330
342
 
331
- if attributes.has_key?(:'filterValues')
332
- self.filter_values = attributes[:'filterValues']
343
+ if attributes.key?(:'filter_values')
344
+ self.filter_values = attributes[:'filter_values']
333
345
  end
334
346
 
335
- if attributes.has_key?(:'filterValuesObj')
336
- if (value = attributes[:'filterValuesObj']).is_a?(Array)
347
+ if attributes.key?(:'filter_values_obj')
348
+ if (value = attributes[:'filter_values_obj']).is_a?(Array)
337
349
  self.filter_values_obj = value
338
350
  end
339
351
  end
340
352
 
341
- if attributes.has_key?(:'ignoreRegularEventsEnabled')
342
- self.ignore_regular_events_enabled = attributes[:'ignoreRegularEventsEnabled']
353
+ if attributes.key?(:'ignore_regular_events_enabled')
354
+ self.ignore_regular_events_enabled = attributes[:'ignore_regular_events_enabled']
343
355
  end
344
356
 
345
- if attributes.has_key?(:'integrations')
357
+ if attributes.key?(:'integrations')
346
358
  self.integrations = attributes[:'integrations']
347
359
  end
348
360
 
349
- if attributes.has_key?(:'lastDataReceivedDate')
350
- self.last_data_received_date = attributes[:'lastDataReceivedDate']
361
+ if attributes.key?(:'last_data_received_date')
362
+ self.last_data_received_date = attributes[:'last_data_received_date']
351
363
  end
352
364
 
353
- if attributes.has_key?(:'lastSent')
354
- self.last_sent = attributes[:'lastSent']
365
+ if attributes.key?(:'last_sent')
366
+ self.last_sent = attributes[:'last_sent']
355
367
  end
356
368
 
357
- if attributes.has_key?(:'lastTriggered')
358
- self.last_triggered = attributes[:'lastTriggered']
369
+ if attributes.key?(:'last_triggered')
370
+ self.last_triggered = attributes[:'last_triggered']
359
371
  end
360
372
 
361
- if attributes.has_key?(:'metadata')
373
+ if attributes.key?(:'metadata')
362
374
  self.metadata = attributes[:'metadata']
363
375
  end
364
376
 
365
- if attributes.has_key?(:'metricKey')
366
- self.metric_key = attributes[:'metricKey']
377
+ if attributes.key?(:'metric_key')
378
+ self.metric_key = attributes[:'metric_key']
367
379
  end
368
380
 
369
- if attributes.has_key?(:'metricLabel')
370
- self.metric_label = attributes[:'metricLabel']
381
+ if attributes.key?(:'metric_label')
382
+ self.metric_label = attributes[:'metric_label']
371
383
  end
372
384
 
373
- if attributes.has_key?(:'minDelayBetweenNotificationsInMinutes')
374
- self.min_delay_between_notifications_in_minutes = attributes[:'minDelayBetweenNotificationsInMinutes']
385
+ if attributes.key?(:'min_delay_between_notifications_in_minutes')
386
+ self.min_delay_between_notifications_in_minutes = attributes[:'min_delay_between_notifications_in_minutes']
375
387
  end
376
388
 
377
- if attributes.has_key?(:'name')
389
+ if attributes.key?(:'name')
378
390
  self.name = attributes[:'name']
379
391
  end
380
392
 
381
- if attributes.has_key?(:'notificationEmails')
382
- if (value = attributes[:'notificationEmails']).is_a?(Array)
393
+ if attributes.key?(:'notification_emails')
394
+ if (value = attributes[:'notification_emails']).is_a?(Array)
383
395
  self.notification_emails = value
384
396
  end
385
397
  end
386
398
 
387
- if attributes.has_key?(:'notificationIntegrations')
388
- if (value = attributes[:'notificationIntegrations']).is_a?(Array)
399
+ if attributes.key?(:'notification_integrations')
400
+ if (value = attributes[:'notification_integrations']).is_a?(Array)
389
401
  self.notification_integrations = value
390
402
  end
391
403
  end
392
404
 
393
- if attributes.has_key?(:'notificationsEnabled')
394
- self.notifications_enabled = attributes[:'notificationsEnabled']
405
+ if attributes.key?(:'notifications_enabled')
406
+ self.notifications_enabled = attributes[:'notifications_enabled']
395
407
  end
396
408
 
397
- if attributes.has_key?(:'query')
409
+ if attributes.key?(:'query')
398
410
  self.query = attributes[:'query']
399
411
  end
400
412
 
401
- if attributes.has_key?(:'reportName')
402
- self.report_name = attributes[:'reportName']
413
+ if attributes.key?(:'report_name')
414
+ self.report_name = attributes[:'report_name']
403
415
  end
404
416
 
405
- if attributes.has_key?(:'ruleKey')
406
- self.rule_key = attributes[:'ruleKey']
417
+ if attributes.key?(:'rule_key')
418
+ self.rule_key = attributes[:'rule_key']
407
419
  end
408
420
 
409
- if attributes.has_key?(:'ruleType')
410
- self.rule_type = attributes[:'ruleType']
421
+ if attributes.key?(:'rule_type')
422
+ self.rule_type = attributes[:'rule_type']
411
423
  end
412
424
 
413
- if attributes.has_key?(:'runbook')
425
+ if attributes.key?(:'runbook')
414
426
  self.runbook = attributes[:'runbook']
415
427
  end
416
428
 
417
- if attributes.has_key?(:'savedQueryId')
418
- self.saved_query_id = attributes[:'savedQueryId']
429
+ if attributes.key?(:'saved_query_id')
430
+ self.saved_query_id = attributes[:'saved_query_id']
419
431
  end
420
432
 
421
- if attributes.has_key?(:'schedule')
433
+ if attributes.key?(:'schedule')
422
434
  if (value = attributes[:'schedule']).is_a?(Array)
423
435
  self.schedule = value
424
436
  end
425
437
  end
426
438
 
427
- if attributes.has_key?(:'sematextService')
428
- self.sematext_service = attributes[:'sematextService']
439
+ if attributes.key?(:'sematext_service')
440
+ self.sematext_service = attributes[:'sematext_service']
429
441
  end
430
442
 
431
- if attributes.has_key?(:'sendToEmail')
432
- self.send_to_email = attributes[:'sendToEmail']
443
+ if attributes.key?(:'send_to_email')
444
+ self.send_to_email = attributes[:'send_to_email']
433
445
  end
434
446
 
435
- if attributes.has_key?(:'timezone')
447
+ if attributes.key?(:'timezone')
436
448
  self.timezone = attributes[:'timezone']
437
449
  end
438
450
 
439
- if attributes.has_key?(:'useOnlyAlertRuleIntegrations')
440
- self.use_only_alert_rule_integrations = attributes[:'useOnlyAlertRuleIntegrations']
451
+ if attributes.key?(:'use_only_alert_rule_integrations')
452
+ self.use_only_alert_rule_integrations = attributes[:'use_only_alert_rule_integrations']
441
453
  end
442
454
 
443
- if attributes.has_key?(:'userPermissions')
444
- self.user_permissions = attributes[:'userPermissions']
455
+ if attributes.key?(:'user_permissions')
456
+ self.user_permissions = attributes[:'user_permissions']
445
457
  end
446
458
 
447
- if attributes.has_key?(:'valueColumnName')
448
- self.value_column_name = attributes[:'valueColumnName']
459
+ if attributes.key?(:'value_column_name')
460
+ self.value_column_name = attributes[:'value_column_name']
449
461
  end
450
462
 
451
- if attributes.has_key?(:'valueName')
452
- self.value_name = attributes[:'valueName']
463
+ if attributes.key?(:'value_name')
464
+ self.value_name = attributes[:'value_name']
453
465
  end
454
466
  end
455
467
 
@@ -463,7 +475,7 @@ module SematextCloud
463
475
  # Check to see if the all the properties in the model are valid
464
476
  # @return true if the model is valid
465
477
  def valid?
466
- estimate_operation_validator = EnumAttributeValidator.new('String', ['LESS', 'MORE', 'EQUAL', 'UN_EQUAL', 'LESS_OR_EQUAL', 'MORE_OR_EQUAL'])
478
+ estimate_operation_validator = EnumAttributeValidator.new('Object', ['LESS', 'MORE', 'EQUAL', 'UN_EQUAL', 'LESS_OR_EQUAL', 'MORE_OR_EQUAL'])
467
479
  return false unless estimate_operation_validator.valid?(@estimate_operation)
468
480
  true
469
481
  end
@@ -471,9 +483,9 @@ module SematextCloud
471
483
  # Custom attribute writer method checking allowed values (enum).
472
484
  # @param [Object] estimate_operation Object to be assigned
473
485
  def estimate_operation=(estimate_operation)
474
- validator = EnumAttributeValidator.new('String', ['LESS', 'MORE', 'EQUAL', 'UN_EQUAL', 'LESS_OR_EQUAL', 'MORE_OR_EQUAL'])
486
+ validator = EnumAttributeValidator.new('Object', ['LESS', 'MORE', 'EQUAL', 'UN_EQUAL', 'LESS_OR_EQUAL', 'MORE_OR_EQUAL'])
475
487
  unless validator.valid?(estimate_operation)
476
- fail ArgumentError, 'invalid value for "estimate_operation", must be one of #{validator.allowable_values}.'
488
+ fail ArgumentError, "invalid value for \"estimate_operation\", must be one of #{validator.allowable_values}."
477
489
  end
478
490
  @estimate_operation = estimate_operation
479
491
  end
@@ -540,26 +552,35 @@ module SematextCloud
540
552
  end
541
553
 
542
554
  # Calculates hash code according to all attributes.
543
- # @return [Fixnum] Hash code
555
+ # @return [Integer] Hash code
544
556
  def hash
545
557
  [account_email, allowed_app_types, analyzing_time, app_display_state, app_id, app_name, app_state, app_token, app_type, back_to_normal_needed, chart_key, color, creator_email, default_agg_type, description, disallowed_app_types, enabled, estimate_operation, estimate_value, filter_values, filter_values_obj, ignore_regular_events_enabled, integrations, last_data_received_date, last_sent, last_triggered, metadata, metric_key, metric_label, min_delay_between_notifications_in_minutes, name, notification_emails, notification_integrations, notifications_enabled, query, report_name, rule_key, rule_type, runbook, saved_query_id, schedule, sematext_service, send_to_email, timezone, use_only_alert_rule_integrations, user_permissions, value_column_name, value_name].hash
546
558
  end
547
559
 
560
+ # Builds the object from hash
561
+ # @param [Hash] attributes Model attributes in the form of hash
562
+ # @return [Object] Returns the model itself
563
+ def self.build_from_hash(attributes)
564
+ new.build_from_hash(attributes)
565
+ end
566
+
548
567
  # Builds the object from hash
549
568
  # @param [Hash] attributes Model attributes in the form of hash
550
569
  # @return [Object] Returns the model itself
551
570
  def build_from_hash(attributes)
552
571
  return nil unless attributes.is_a?(Hash)
553
- self.class.swagger_types.each_pair do |key, type|
572
+ self.class.openapi_types.each_pair do |key, type|
554
573
  if type =~ /\AArray<(.*)>/i
555
- # check to ensure the input is an array given that the the attribute
574
+ # check to ensure the input is an array given that the attribute
556
575
  # is documented as an array but the input is not
557
576
  if attributes[self.class.attribute_map[key]].is_a?(Array)
558
577
  self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
559
578
  end
560
579
  elsif !attributes[self.class.attribute_map[key]].nil?
561
580
  self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
562
- end # or else data not found in attributes(hash), not an issue as the data can be optional
581
+ elsif attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
582
+ self.send("#{key}=", nil)
583
+ end
563
584
  end
564
585
 
565
586
  self
@@ -581,7 +602,7 @@ module SematextCloud
581
602
  value.to_i
582
603
  when :Float
583
604
  value.to_f
584
- when :BOOLEAN
605
+ when :Boolean
585
606
  if value.to_s =~ /\A(true|t|yes|y|1)\z/i
586
607
  true
587
608
  else
@@ -602,8 +623,7 @@ module SematextCloud
602
623
  end
603
624
  end
604
625
  else # model
605
- temp_model = SematextCloud.const_get(type).new
606
- temp_model.build_from_hash(value)
626
+ SematextCloud.const_get(type).build_from_hash(value)
607
627
  end
608
628
  end
609
629
 
@@ -625,7 +645,11 @@ module SematextCloud
625
645
  hash = {}
626
646
  self.class.attribute_map.each_pair do |attr, param|
627
647
  value = self.send(attr)
628
- next if value.nil?
648
+ if value.nil?
649
+ is_nullable = self.class.openapi_nullable.include?(attr)
650
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
651
+ end
652
+
629
653
  hash[param] = _to_hash(value)
630
654
  end
631
655
  hash
@@ -647,6 +671,5 @@ module SematextCloud
647
671
  else
648
672
  value
649
673
  end
650
- end
651
- end
674
+ end end
652
675
  end
@@ -6,13 +6,13 @@
6
6
  OpenAPI spec version: v3
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 3.0.25
9
+ Swagger Codegen version: 3.0.30
10
10
  =end
11
11
 
12
12
  require 'date'
13
13
 
14
- module stcloud
15
- class AppResponse
14
+ module SematextCloud
15
+ class AlertRuleResponse
16
16
  attr_accessor :data
17
17
 
18
18
  attr_accessor :errors
@@ -51,13 +51,13 @@ module stcloud
51
51
  # @param [Hash] attributes Model attributes in the form of hash
52
52
  def initialize(attributes = {})
53
53
  if (!attributes.is_a?(Hash))
54
- fail ArgumentError, "The input argument (attributes) must be a hash in `stcloud::AppResponse` initialize method"
54
+ fail ArgumentError, "The input argument (attributes) must be a hash in `SematextCloud::AlertRuleResponse` initialize method"
55
55
  end
56
56
 
57
57
  # check to see if the attribute exists and convert string to symbol for hash key
58
58
  attributes = attributes.each_with_object({}) { |(k, v), h|
59
59
  if (!self.class.attribute_map.key?(k.to_sym))
60
- fail ArgumentError, "`#{k}` is not a valid attribute in `stcloud::AppResponse`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
60
+ fail ArgumentError, "`#{k}` is not a valid attribute in `SematextCloud::AlertRuleResponse`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
61
61
  end
62
62
  h[k.to_sym] = v
63
63
  }
@@ -183,7 +183,7 @@ module stcloud
183
183
  end
184
184
  end
185
185
  else # model
186
- stcloud.const_get(type).build_from_hash(value)
186
+ SematextCloud.const_get(type).build_from_hash(value)
187
187
  end
188
188
  end
189
189
 
@@ -6,12 +6,12 @@
6
6
  OpenAPI spec version: v3
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 3.0.25
9
+ Swagger Codegen version: 3.0.30
10
10
  =end
11
11
 
12
12
  require 'date'
13
13
 
14
- module stcloud
14
+ module SematextCloud
15
15
  class AlertRuleResponseEntry
16
16
  attr_accessor :alert_rule
17
17
 
@@ -39,13 +39,13 @@ module stcloud
39
39
  # @param [Hash] attributes Model attributes in the form of hash
40
40
  def initialize(attributes = {})
41
41
  if (!attributes.is_a?(Hash))
42
- fail ArgumentError, "The input argument (attributes) must be a hash in `stcloud::AlertRuleResponseEntry` initialize method"
42
+ fail ArgumentError, "The input argument (attributes) must be a hash in `SematextCloud::AlertRuleResponseEntry` initialize method"
43
43
  end
44
44
 
45
45
  # check to see if the attribute exists and convert string to symbol for hash key
46
46
  attributes = attributes.each_with_object({}) { |(k, v), h|
47
47
  if (!self.class.attribute_map.key?(k.to_sym))
48
- fail ArgumentError, "`#{k}` is not a valid attribute in `stcloud::AlertRuleResponseEntry`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
48
+ fail ArgumentError, "`#{k}` is not a valid attribute in `SematextCloud::AlertRuleResponseEntry`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
49
49
  end
50
50
  h[k.to_sym] = v
51
51
  }
@@ -154,7 +154,7 @@ module stcloud
154
154
  end
155
155
  end
156
156
  else # model
157
- stcloud.const_get(type).build_from_hash(value)
157
+ SematextCloud.const_get(type).build_from_hash(value)
158
158
  end
159
159
  end
160
160