test_test_gem 2.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (394) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +7 -0
  3. data/Gemfile.lock +68 -0
  4. data/Rakefile +8 -0
  5. data/git_push.sh +55 -0
  6. data/lib/hubspot/codegen/crm/associations/api/batch_api.rb +242 -0
  7. data/lib/hubspot/codegen/crm/associations/api/types_api.rb +94 -0
  8. data/lib/hubspot/codegen/crm/associations/api_client.rb +422 -0
  9. data/lib/hubspot/codegen/crm/associations/api_error.rb +61 -0
  10. data/lib/hubspot/codegen/crm/associations/configuration.rb +258 -0
  11. data/lib/hubspot/codegen/crm/associations/models/associated_id.rb +229 -0
  12. data/lib/hubspot/codegen/crm/associations/models/batch_input_public_association.rb +217 -0
  13. data/lib/hubspot/codegen/crm/associations/models/batch_input_public_object_id.rb +217 -0
  14. data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association.rb +322 -0
  15. data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association_multi.rb +322 -0
  16. data/lib/hubspot/codegen/crm/associations/models/collection_response_public_association_definiton.rb +226 -0
  17. data/lib/hubspot/codegen/crm/associations/models/error.rb +292 -0
  18. data/lib/hubspot/codegen/crm/associations/models/error_detail.rb +258 -0
  19. data/lib/hubspot/codegen/crm/associations/models/next_page.rb +224 -0
  20. data/lib/hubspot/codegen/crm/associations/models/paging.rb +210 -0
  21. data/lib/hubspot/codegen/crm/associations/models/public_association.rb +243 -0
  22. data/lib/hubspot/codegen/crm/associations/models/public_association_definiton.rb +229 -0
  23. data/lib/hubspot/codegen/crm/associations/models/public_association_multi.rb +232 -0
  24. data/lib/hubspot/codegen/crm/associations/models/public_object_id.rb +216 -0
  25. data/lib/hubspot/codegen/crm/companies/api/associations_api.rb +248 -0
  26. data/lib/hubspot/codegen/crm/companies/api/basic_api.rb +361 -0
  27. data/lib/hubspot/codegen/crm/companies/api/batch_api.rb +269 -0
  28. data/lib/hubspot/codegen/crm/companies/api/search_api.rb +86 -0
  29. data/lib/hubspot/codegen/crm/companies/api_client.rb +422 -0
  30. data/lib/hubspot/codegen/crm/companies/api_error.rb +61 -0
  31. data/lib/hubspot/codegen/crm/companies/configuration.rb +258 -0
  32. data/lib/hubspot/codegen/crm/companies/models/associated_id.rb +229 -0
  33. data/lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_batch_input.rb +217 -0
  34. data/lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_id.rb +217 -0
  35. data/lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_input.rb +217 -0
  36. data/lib/hubspot/codegen/crm/companies/models/batch_read_input_simple_public_object_id.rb +242 -0
  37. data/lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object.rb +322 -0
  38. data/lib/hubspot/codegen/crm/companies/models/collection_response_associated_id.rb +226 -0
  39. data/lib/hubspot/codegen/crm/companies/models/collection_response_simple_public_object.rb +226 -0
  40. data/lib/hubspot/codegen/crm/companies/models/collection_response_with_total_simple_public_object.rb +241 -0
  41. data/lib/hubspot/codegen/crm/companies/models/error.rb +292 -0
  42. data/lib/hubspot/codegen/crm/companies/models/error_detail.rb +258 -0
  43. data/lib/hubspot/codegen/crm/companies/models/filter.rb +272 -0
  44. data/lib/hubspot/codegen/crm/companies/models/filter_group.rb +217 -0
  45. data/lib/hubspot/codegen/crm/companies/models/next_page.rb +224 -0
  46. data/lib/hubspot/codegen/crm/companies/models/paging.rb +210 -0
  47. data/lib/hubspot/codegen/crm/companies/models/public_object_search_request.rb +286 -0
  48. data/lib/hubspot/codegen/crm/companies/models/simple_public_object.rb +288 -0
  49. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_batch_input.rb +231 -0
  50. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_id.rb +215 -0
  51. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_input.rb +217 -0
  52. data/lib/hubspot/codegen/crm/contacts/api/associations_api.rb +248 -0
  53. data/lib/hubspot/codegen/crm/contacts/api/basic_api.rb +361 -0
  54. data/lib/hubspot/codegen/crm/contacts/api/batch_api.rb +269 -0
  55. data/lib/hubspot/codegen/crm/contacts/api/search_api.rb +86 -0
  56. data/lib/hubspot/codegen/crm/contacts/api_client.rb +422 -0
  57. data/lib/hubspot/codegen/crm/contacts/api_error.rb +61 -0
  58. data/lib/hubspot/codegen/crm/contacts/configuration.rb +258 -0
  59. data/lib/hubspot/codegen/crm/contacts/models/associated_id.rb +229 -0
  60. data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input.rb +217 -0
  61. data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_id.rb +217 -0
  62. data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_input.rb +217 -0
  63. data/lib/hubspot/codegen/crm/contacts/models/batch_read_input_simple_public_object_id.rb +242 -0
  64. data/lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object.rb +322 -0
  65. data/lib/hubspot/codegen/crm/contacts/models/collection_response_associated_id.rb +226 -0
  66. data/lib/hubspot/codegen/crm/contacts/models/collection_response_simple_public_object.rb +226 -0
  67. data/lib/hubspot/codegen/crm/contacts/models/collection_response_with_total_simple_public_object.rb +241 -0
  68. data/lib/hubspot/codegen/crm/contacts/models/error.rb +292 -0
  69. data/lib/hubspot/codegen/crm/contacts/models/error_detail.rb +258 -0
  70. data/lib/hubspot/codegen/crm/contacts/models/filter.rb +272 -0
  71. data/lib/hubspot/codegen/crm/contacts/models/filter_group.rb +217 -0
  72. data/lib/hubspot/codegen/crm/contacts/models/next_page.rb +224 -0
  73. data/lib/hubspot/codegen/crm/contacts/models/paging.rb +210 -0
  74. data/lib/hubspot/codegen/crm/contacts/models/public_object_search_request.rb +286 -0
  75. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object.rb +288 -0
  76. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_batch_input.rb +231 -0
  77. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_id.rb +215 -0
  78. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_input.rb +217 -0
  79. data/lib/hubspot/codegen/crm/deals/api/associations_api.rb +248 -0
  80. data/lib/hubspot/codegen/crm/deals/api/basic_api.rb +361 -0
  81. data/lib/hubspot/codegen/crm/deals/api/batch_api.rb +269 -0
  82. data/lib/hubspot/codegen/crm/deals/api/search_api.rb +86 -0
  83. data/lib/hubspot/codegen/crm/deals/api_client.rb +422 -0
  84. data/lib/hubspot/codegen/crm/deals/api_error.rb +61 -0
  85. data/lib/hubspot/codegen/crm/deals/configuration.rb +258 -0
  86. data/lib/hubspot/codegen/crm/deals/models/associated_id.rb +229 -0
  87. data/lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_batch_input.rb +217 -0
  88. data/lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_id.rb +217 -0
  89. data/lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_input.rb +217 -0
  90. data/lib/hubspot/codegen/crm/deals/models/batch_read_input_simple_public_object_id.rb +242 -0
  91. data/lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object.rb +322 -0
  92. data/lib/hubspot/codegen/crm/deals/models/collection_response_associated_id.rb +226 -0
  93. data/lib/hubspot/codegen/crm/deals/models/collection_response_simple_public_object.rb +226 -0
  94. data/lib/hubspot/codegen/crm/deals/models/collection_response_with_total_simple_public_object.rb +241 -0
  95. data/lib/hubspot/codegen/crm/deals/models/error.rb +292 -0
  96. data/lib/hubspot/codegen/crm/deals/models/error_detail.rb +258 -0
  97. data/lib/hubspot/codegen/crm/deals/models/filter.rb +272 -0
  98. data/lib/hubspot/codegen/crm/deals/models/filter_group.rb +217 -0
  99. data/lib/hubspot/codegen/crm/deals/models/next_page.rb +224 -0
  100. data/lib/hubspot/codegen/crm/deals/models/paging.rb +210 -0
  101. data/lib/hubspot/codegen/crm/deals/models/public_object_search_request.rb +286 -0
  102. data/lib/hubspot/codegen/crm/deals/models/simple_public_object.rb +288 -0
  103. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_batch_input.rb +231 -0
  104. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_id.rb +215 -0
  105. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_input.rb +217 -0
  106. data/lib/hubspot/codegen/crm/extensions/cards/api/cards_api.rb +364 -0
  107. data/lib/hubspot/codegen/crm/extensions/cards/api/sample_response_api.rb +84 -0
  108. data/lib/hubspot/codegen/crm/extensions/cards/api_client.rb +424 -0
  109. data/lib/hubspot/codegen/crm/extensions/cards/api_error.rb +63 -0
  110. data/lib/hubspot/codegen/crm/extensions/cards/configuration.rb +260 -0
  111. data/lib/hubspot/codegen/crm/extensions/cards/models/action_confirmation_body.rb +245 -0
  112. data/lib/hubspot/codegen/crm/extensions/cards/models/action_hook_action_body.rb +327 -0
  113. data/lib/hubspot/codegen/crm/extensions/cards/models/card_actions.rb +221 -0
  114. data/lib/hubspot/codegen/crm/extensions/cards/models/card_create_request.rb +261 -0
  115. data/lib/hubspot/codegen/crm/extensions/cards/models/card_display_body.rb +221 -0
  116. data/lib/hubspot/codegen/crm/extensions/cards/models/card_display_property.rb +300 -0
  117. data/lib/hubspot/codegen/crm/extensions/cards/models/card_fetch_body.rb +236 -0
  118. data/lib/hubspot/codegen/crm/extensions/cards/models/card_fetch_body_patch.rb +231 -0
  119. data/lib/hubspot/codegen/crm/extensions/cards/models/card_list_response.rb +221 -0
  120. data/lib/hubspot/codegen/crm/extensions/cards/models/card_object_type_body.rb +269 -0
  121. data/lib/hubspot/codegen/crm/extensions/cards/models/card_patch_request.rb +241 -0
  122. data/lib/hubspot/codegen/crm/extensions/cards/models/card_response.rb +296 -0
  123. data/lib/hubspot/codegen/crm/extensions/cards/models/display_option.rb +283 -0
  124. data/lib/hubspot/codegen/crm/extensions/cards/models/error.rb +294 -0
  125. data/lib/hubspot/codegen/crm/extensions/cards/models/error_detail.rb +260 -0
  126. data/lib/hubspot/codegen/crm/extensions/cards/models/i_frame_action_body.rb +320 -0
  127. data/lib/hubspot/codegen/crm/extensions/cards/models/integrator_card_payload_response.rb +303 -0
  128. data/lib/hubspot/codegen/crm/extensions/cards/models/integrator_object_result.rb +272 -0
  129. data/lib/hubspot/codegen/crm/extensions/cards/models/object_token.rb +278 -0
  130. data/lib/hubspot/codegen/crm/extensions/cards/models/top_level_actions.rb +237 -0
  131. data/lib/hubspot/codegen/crm/line_items/api/associations_api.rb +248 -0
  132. data/lib/hubspot/codegen/crm/line_items/api/basic_api.rb +361 -0
  133. data/lib/hubspot/codegen/crm/line_items/api/batch_api.rb +269 -0
  134. data/lib/hubspot/codegen/crm/line_items/api/search_api.rb +86 -0
  135. data/lib/hubspot/codegen/crm/line_items/api_client.rb +422 -0
  136. data/lib/hubspot/codegen/crm/line_items/api_error.rb +61 -0
  137. data/lib/hubspot/codegen/crm/line_items/configuration.rb +258 -0
  138. data/lib/hubspot/codegen/crm/line_items/models/associated_id.rb +229 -0
  139. data/lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input.rb +217 -0
  140. data/lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_id.rb +217 -0
  141. data/lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_input.rb +217 -0
  142. data/lib/hubspot/codegen/crm/line_items/models/batch_read_input_simple_public_object_id.rb +242 -0
  143. data/lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object.rb +322 -0
  144. data/lib/hubspot/codegen/crm/line_items/models/collection_response_associated_id.rb +226 -0
  145. data/lib/hubspot/codegen/crm/line_items/models/collection_response_simple_public_object.rb +226 -0
  146. data/lib/hubspot/codegen/crm/line_items/models/collection_response_with_total_simple_public_object.rb +241 -0
  147. data/lib/hubspot/codegen/crm/line_items/models/error.rb +292 -0
  148. data/lib/hubspot/codegen/crm/line_items/models/error_detail.rb +258 -0
  149. data/lib/hubspot/codegen/crm/line_items/models/filter.rb +272 -0
  150. data/lib/hubspot/codegen/crm/line_items/models/filter_group.rb +217 -0
  151. data/lib/hubspot/codegen/crm/line_items/models/next_page.rb +224 -0
  152. data/lib/hubspot/codegen/crm/line_items/models/paging.rb +210 -0
  153. data/lib/hubspot/codegen/crm/line_items/models/public_object_search_request.rb +286 -0
  154. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object.rb +288 -0
  155. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_batch_input.rb +231 -0
  156. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_id.rb +215 -0
  157. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_input.rb +217 -0
  158. data/lib/hubspot/codegen/crm/owners/api/default_api.rb +158 -0
  159. data/lib/hubspot/codegen/crm/owners/api_client.rb +422 -0
  160. data/lib/hubspot/codegen/crm/owners/api_error.rb +61 -0
  161. data/lib/hubspot/codegen/crm/owners/configuration.rb +258 -0
  162. data/lib/hubspot/codegen/crm/owners/models/collection_response_public_owner.rb +226 -0
  163. data/lib/hubspot/codegen/crm/owners/models/error.rb +292 -0
  164. data/lib/hubspot/codegen/crm/owners/models/error_detail.rb +258 -0
  165. data/lib/hubspot/codegen/crm/owners/models/next_page.rb +224 -0
  166. data/lib/hubspot/codegen/crm/owners/models/paging.rb +210 -0
  167. data/lib/hubspot/codegen/crm/owners/models/public_owner.rb +304 -0
  168. data/lib/hubspot/codegen/crm/owners/models/public_team.rb +272 -0
  169. data/lib/hubspot/codegen/crm/pipelines/api/pipeline_stages_api.rb +479 -0
  170. data/lib/hubspot/codegen/crm/pipelines/api/pipelines_api.rb +443 -0
  171. data/lib/hubspot/codegen/crm/pipelines/api_client.rb +422 -0
  172. data/lib/hubspot/codegen/crm/pipelines/api_error.rb +61 -0
  173. data/lib/hubspot/codegen/crm/pipelines/configuration.rb +258 -0
  174. data/lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline.rb +226 -0
  175. data/lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline_stage.rb +226 -0
  176. data/lib/hubspot/codegen/crm/pipelines/models/error.rb +292 -0
  177. data/lib/hubspot/codegen/crm/pipelines/models/error_detail.rb +258 -0
  178. data/lib/hubspot/codegen/crm/pipelines/models/next_page.rb +224 -0
  179. data/lib/hubspot/codegen/crm/pipelines/models/paging.rb +210 -0
  180. data/lib/hubspot/codegen/crm/pipelines/models/pipeline.rb +319 -0
  181. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_input.rb +249 -0
  182. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_patch_input.rb +232 -0
  183. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage.rb +319 -0
  184. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_input.rb +249 -0
  185. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_patch_input.rb +249 -0
  186. data/lib/hubspot/codegen/crm/products/api/associations_api.rb +248 -0
  187. data/lib/hubspot/codegen/crm/products/api/basic_api.rb +361 -0
  188. data/lib/hubspot/codegen/crm/products/api/batch_api.rb +269 -0
  189. data/lib/hubspot/codegen/crm/products/api/search_api.rb +86 -0
  190. data/lib/hubspot/codegen/crm/products/api_client.rb +422 -0
  191. data/lib/hubspot/codegen/crm/products/api_error.rb +61 -0
  192. data/lib/hubspot/codegen/crm/products/configuration.rb +258 -0
  193. data/lib/hubspot/codegen/crm/products/models/associated_id.rb +229 -0
  194. data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_batch_input.rb +217 -0
  195. data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_id.rb +217 -0
  196. data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_input.rb +217 -0
  197. data/lib/hubspot/codegen/crm/products/models/batch_read_input_simple_public_object_id.rb +242 -0
  198. data/lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object.rb +322 -0
  199. data/lib/hubspot/codegen/crm/products/models/collection_response_associated_id.rb +226 -0
  200. data/lib/hubspot/codegen/crm/products/models/collection_response_simple_public_object.rb +226 -0
  201. data/lib/hubspot/codegen/crm/products/models/collection_response_with_total_simple_public_object.rb +241 -0
  202. data/lib/hubspot/codegen/crm/products/models/error.rb +292 -0
  203. data/lib/hubspot/codegen/crm/products/models/error_detail.rb +258 -0
  204. data/lib/hubspot/codegen/crm/products/models/filter.rb +272 -0
  205. data/lib/hubspot/codegen/crm/products/models/filter_group.rb +217 -0
  206. data/lib/hubspot/codegen/crm/products/models/next_page.rb +224 -0
  207. data/lib/hubspot/codegen/crm/products/models/paging.rb +210 -0
  208. data/lib/hubspot/codegen/crm/products/models/public_object_search_request.rb +286 -0
  209. data/lib/hubspot/codegen/crm/products/models/simple_public_object.rb +288 -0
  210. data/lib/hubspot/codegen/crm/products/models/simple_public_object_batch_input.rb +231 -0
  211. data/lib/hubspot/codegen/crm/products/models/simple_public_object_id.rb +215 -0
  212. data/lib/hubspot/codegen/crm/products/models/simple_public_object_input.rb +217 -0
  213. data/lib/hubspot/codegen/crm/properties/api/batch_api.rb +224 -0
  214. data/lib/hubspot/codegen/crm/properties/api/core_api.rb +368 -0
  215. data/lib/hubspot/codegen/crm/properties/api/groups_api.rb +362 -0
  216. data/lib/hubspot/codegen/crm/properties/api_client.rb +422 -0
  217. data/lib/hubspot/codegen/crm/properties/api_error.rb +61 -0
  218. data/lib/hubspot/codegen/crm/properties/configuration.rb +258 -0
  219. data/lib/hubspot/codegen/crm/properties/models/batch_input_property_create.rb +217 -0
  220. data/lib/hubspot/codegen/crm/properties/models/batch_input_property_name.rb +217 -0
  221. data/lib/hubspot/codegen/crm/properties/models/batch_read_input_property_name.rb +231 -0
  222. data/lib/hubspot/codegen/crm/properties/models/batch_response_property.rb +327 -0
  223. data/lib/hubspot/codegen/crm/properties/models/collection_response_property.rb +226 -0
  224. data/lib/hubspot/codegen/crm/properties/models/collection_response_property_group.rb +226 -0
  225. data/lib/hubspot/codegen/crm/properties/models/error.rb +292 -0
  226. data/lib/hubspot/codegen/crm/properties/models/error_detail.rb +258 -0
  227. data/lib/hubspot/codegen/crm/properties/models/next_page.rb +224 -0
  228. data/lib/hubspot/codegen/crm/properties/models/option.rb +266 -0
  229. data/lib/hubspot/codegen/crm/properties/models/option_input.rb +266 -0
  230. data/lib/hubspot/codegen/crm/properties/models/paging.rb +210 -0
  231. data/lib/hubspot/codegen/crm/properties/models/property.rb +465 -0
  232. data/lib/hubspot/codegen/crm/properties/models/property_create.rb +374 -0
  233. data/lib/hubspot/codegen/crm/properties/models/property_group.rb +261 -0
  234. data/lib/hubspot/codegen/crm/properties/models/property_group_create.rb +241 -0
  235. data/lib/hubspot/codegen/crm/properties/models/property_group_update.rb +221 -0
  236. data/lib/hubspot/codegen/crm/properties/models/property_modification_metadata.rb +252 -0
  237. data/lib/hubspot/codegen/crm/properties/models/property_name.rb +216 -0
  238. data/lib/hubspot/codegen/crm/properties/models/property_update.rb +329 -0
  239. data/lib/hubspot/codegen/crm/quotes/api/associations_api.rb +248 -0
  240. data/lib/hubspot/codegen/crm/quotes/api/basic_api.rb +361 -0
  241. data/lib/hubspot/codegen/crm/quotes/api/batch_api.rb +269 -0
  242. data/lib/hubspot/codegen/crm/quotes/api/search_api.rb +86 -0
  243. data/lib/hubspot/codegen/crm/quotes/api_client.rb +422 -0
  244. data/lib/hubspot/codegen/crm/quotes/api_error.rb +61 -0
  245. data/lib/hubspot/codegen/crm/quotes/configuration.rb +258 -0
  246. data/lib/hubspot/codegen/crm/quotes/models/associated_id.rb +229 -0
  247. data/lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_batch_input.rb +217 -0
  248. data/lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_id.rb +217 -0
  249. data/lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_input.rb +217 -0
  250. data/lib/hubspot/codegen/crm/quotes/models/batch_read_input_simple_public_object_id.rb +242 -0
  251. data/lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object.rb +322 -0
  252. data/lib/hubspot/codegen/crm/quotes/models/collection_response_associated_id.rb +226 -0
  253. data/lib/hubspot/codegen/crm/quotes/models/collection_response_simple_public_object.rb +226 -0
  254. data/lib/hubspot/codegen/crm/quotes/models/collection_response_with_total_simple_public_object.rb +241 -0
  255. data/lib/hubspot/codegen/crm/quotes/models/error.rb +292 -0
  256. data/lib/hubspot/codegen/crm/quotes/models/error_detail.rb +258 -0
  257. data/lib/hubspot/codegen/crm/quotes/models/filter.rb +272 -0
  258. data/lib/hubspot/codegen/crm/quotes/models/filter_group.rb +217 -0
  259. data/lib/hubspot/codegen/crm/quotes/models/next_page.rb +224 -0
  260. data/lib/hubspot/codegen/crm/quotes/models/paging.rb +210 -0
  261. data/lib/hubspot/codegen/crm/quotes/models/public_object_search_request.rb +286 -0
  262. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object.rb +288 -0
  263. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_batch_input.rb +231 -0
  264. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_id.rb +215 -0
  265. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_input.rb +217 -0
  266. data/lib/hubspot/codegen/crm/tickets/api/associations_api.rb +248 -0
  267. data/lib/hubspot/codegen/crm/tickets/api/basic_api.rb +361 -0
  268. data/lib/hubspot/codegen/crm/tickets/api/batch_api.rb +269 -0
  269. data/lib/hubspot/codegen/crm/tickets/api/search_api.rb +86 -0
  270. data/lib/hubspot/codegen/crm/tickets/api_client.rb +422 -0
  271. data/lib/hubspot/codegen/crm/tickets/api_error.rb +61 -0
  272. data/lib/hubspot/codegen/crm/tickets/configuration.rb +258 -0
  273. data/lib/hubspot/codegen/crm/tickets/models/associated_id.rb +229 -0
  274. data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input.rb +217 -0
  275. data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_id.rb +217 -0
  276. data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_input.rb +217 -0
  277. data/lib/hubspot/codegen/crm/tickets/models/batch_read_input_simple_public_object_id.rb +242 -0
  278. data/lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object.rb +322 -0
  279. data/lib/hubspot/codegen/crm/tickets/models/collection_response_associated_id.rb +226 -0
  280. data/lib/hubspot/codegen/crm/tickets/models/collection_response_simple_public_object.rb +226 -0
  281. data/lib/hubspot/codegen/crm/tickets/models/collection_response_with_total_simple_public_object.rb +241 -0
  282. data/lib/hubspot/codegen/crm/tickets/models/error.rb +292 -0
  283. data/lib/hubspot/codegen/crm/tickets/models/error_detail.rb +258 -0
  284. data/lib/hubspot/codegen/crm/tickets/models/filter.rb +272 -0
  285. data/lib/hubspot/codegen/crm/tickets/models/filter_group.rb +217 -0
  286. data/lib/hubspot/codegen/crm/tickets/models/next_page.rb +224 -0
  287. data/lib/hubspot/codegen/crm/tickets/models/paging.rb +210 -0
  288. data/lib/hubspot/codegen/crm/tickets/models/public_object_search_request.rb +286 -0
  289. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object.rb +288 -0
  290. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_batch_input.rb +231 -0
  291. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_id.rb +215 -0
  292. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_input.rb +217 -0
  293. data/lib/hubspot/codegen/crm/timeline/api/events_api.rb +353 -0
  294. data/lib/hubspot/codegen/crm/timeline/api/templates_api.rb +362 -0
  295. data/lib/hubspot/codegen/crm/timeline/api/tokens_api.rb +250 -0
  296. data/lib/hubspot/codegen/crm/timeline/api_client.rb +422 -0
  297. data/lib/hubspot/codegen/crm/timeline/api_error.rb +61 -0
  298. data/lib/hubspot/codegen/crm/timeline/configuration.rb +258 -0
  299. data/lib/hubspot/codegen/crm/timeline/models/add_numbers.rb +280 -0
  300. data/lib/hubspot/codegen/crm/timeline/models/batch_input_timeline_event.rb +219 -0
  301. data/lib/hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response.rb +330 -0
  302. data/lib/hubspot/codegen/crm/timeline/models/begins_with.rb +294 -0
  303. data/lib/hubspot/codegen/crm/timeline/models/boolean_property_variable.rb +280 -0
  304. data/lib/hubspot/codegen/crm/timeline/models/collection_response_timeline_event_template.rb +228 -0
  305. data/lib/hubspot/codegen/crm/timeline/models/concat_strings.rb +280 -0
  306. data/lib/hubspot/codegen/crm/timeline/models/constant_boolean.rb +280 -0
  307. data/lib/hubspot/codegen/crm/timeline/models/constant_number.rb +280 -0
  308. data/lib/hubspot/codegen/crm/timeline/models/constant_string.rb +280 -0
  309. data/lib/hubspot/codegen/crm/timeline/models/contains.rb +294 -0
  310. data/lib/hubspot/codegen/crm/timeline/models/date.rb +280 -0
  311. data/lib/hubspot/codegen/crm/timeline/models/divide_numbers.rb +280 -0
  312. data/lib/hubspot/codegen/crm/timeline/models/error.rb +292 -0
  313. data/lib/hubspot/codegen/crm/timeline/models/error_detail.rb +258 -0
  314. data/lib/hubspot/codegen/crm/timeline/models/event_detail.rb +217 -0
  315. data/lib/hubspot/codegen/crm/timeline/models/extract_most_recent_email_reply_html.rb +280 -0
  316. data/lib/hubspot/codegen/crm/timeline/models/extract_most_recent_email_reply_text.rb +280 -0
  317. data/lib/hubspot/codegen/crm/timeline/models/extract_most_recent_plain_text_email_reply.rb +280 -0
  318. data/lib/hubspot/codegen/crm/timeline/models/fetch_exchange_rate.rb +280 -0
  319. data/lib/hubspot/codegen/crm/timeline/models/has_email_reply.rb +280 -0
  320. data/lib/hubspot/codegen/crm/timeline/models/has_plain_text_email_reply.rb +280 -0
  321. data/lib/hubspot/codegen/crm/timeline/models/if_boolean.rb +303 -0
  322. data/lib/hubspot/codegen/crm/timeline/models/if_number.rb +303 -0
  323. data/lib/hubspot/codegen/crm/timeline/models/if_string.rb +303 -0
  324. data/lib/hubspot/codegen/crm/timeline/models/is_present.rb +294 -0
  325. data/lib/hubspot/codegen/crm/timeline/models/less_than.rb +280 -0
  326. data/lib/hubspot/codegen/crm/timeline/models/less_than_or_equal.rb +280 -0
  327. data/lib/hubspot/codegen/crm/timeline/models/lower_case.rb +280 -0
  328. data/lib/hubspot/codegen/crm/timeline/models/max_numbers.rb +280 -0
  329. data/lib/hubspot/codegen/crm/timeline/models/min_numbers.rb +280 -0
  330. data/lib/hubspot/codegen/crm/timeline/models/model_and.rb +280 -0
  331. data/lib/hubspot/codegen/crm/timeline/models/model_not.rb +280 -0
  332. data/lib/hubspot/codegen/crm/timeline/models/model_or.rb +280 -0
  333. data/lib/hubspot/codegen/crm/timeline/models/month.rb +280 -0
  334. data/lib/hubspot/codegen/crm/timeline/models/more_than.rb +280 -0
  335. data/lib/hubspot/codegen/crm/timeline/models/more_than_or_equal.rb +280 -0
  336. data/lib/hubspot/codegen/crm/timeline/models/multiply_numbers.rb +280 -0
  337. data/lib/hubspot/codegen/crm/timeline/models/next_page.rb +224 -0
  338. data/lib/hubspot/codegen/crm/timeline/models/now.rb +280 -0
  339. data/lib/hubspot/codegen/crm/timeline/models/number_equals.rb +280 -0
  340. data/lib/hubspot/codegen/crm/timeline/models/number_property_variable.rb +280 -0
  341. data/lib/hubspot/codegen/crm/timeline/models/number_to_string.rb +280 -0
  342. data/lib/hubspot/codegen/crm/timeline/models/paging.rb +210 -0
  343. data/lib/hubspot/codegen/crm/timeline/models/parse_number.rb +280 -0
  344. data/lib/hubspot/codegen/crm/timeline/models/period_to_months.rb +280 -0
  345. data/lib/hubspot/codegen/crm/timeline/models/pipeline_probability.rb +280 -0
  346. data/lib/hubspot/codegen/crm/timeline/models/round_down_numbers.rb +280 -0
  347. data/lib/hubspot/codegen/crm/timeline/models/round_up_numbers.rb +280 -0
  348. data/lib/hubspot/codegen/crm/timeline/models/string_equals.rb +280 -0
  349. data/lib/hubspot/codegen/crm/timeline/models/string_property_variable.rb +280 -0
  350. data/lib/hubspot/codegen/crm/timeline/models/subtract_numbers.rb +280 -0
  351. data/lib/hubspot/codegen/crm/timeline/models/time_between.rb +280 -0
  352. data/lib/hubspot/codegen/crm/timeline/models/timeline_event.rb +318 -0
  353. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_i_frame.rb +276 -0
  354. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_response.rb +342 -0
  355. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template.rb +304 -0
  356. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_create_request.rb +269 -0
  357. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token.rb +328 -0
  358. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token_option.rb +229 -0
  359. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token_update_request.rb +244 -0
  360. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_update_request.rb +269 -0
  361. data/lib/hubspot/codegen/crm/timeline/models/upper_case.rb +280 -0
  362. data/lib/hubspot/codegen/crm/timeline/models/xor.rb +280 -0
  363. data/lib/hubspot/codegen/crm/timeline/models/year.rb +280 -0
  364. data/lib/hubspot/codegen/oauth/api/default_api.rb +270 -0
  365. data/lib/hubspot/codegen/oauth/api_client.rb +420 -0
  366. data/lib/hubspot/codegen/oauth/api_error.rb +59 -0
  367. data/lib/hubspot/codegen/oauth/configuration.rb +256 -0
  368. data/lib/hubspot/codegen/oauth/models/access_token_info_response.rb +317 -0
  369. data/lib/hubspot/codegen/oauth/models/error.rb +290 -0
  370. data/lib/hubspot/codegen/oauth/models/error_detail.rb +256 -0
  371. data/lib/hubspot/codegen/oauth/models/refresh_token_info_response.rb +303 -0
  372. data/lib/hubspot/codegen/oauth/models/token_response_if.rb +241 -0
  373. data/lib/hubspot/codegen/webhooks/api/settings_api.rb +214 -0
  374. data/lib/hubspot/codegen/webhooks/api/subscriptions_api.rb +360 -0
  375. data/lib/hubspot/codegen/webhooks/api_client.rb +420 -0
  376. data/lib/hubspot/codegen/webhooks/api_error.rb +59 -0
  377. data/lib/hubspot/codegen/webhooks/configuration.rb +256 -0
  378. data/lib/hubspot/codegen/webhooks/models/error.rb +290 -0
  379. data/lib/hubspot/codegen/webhooks/models/error_detail.rb +256 -0
  380. data/lib/hubspot/codegen/webhooks/models/settings_change_request.rb +229 -0
  381. data/lib/hubspot/codegen/webhooks/models/settings_response.rb +254 -0
  382. data/lib/hubspot/codegen/webhooks/models/subscription_create_request.rb +268 -0
  383. data/lib/hubspot/codegen/webhooks/models/subscription_list_response.rb +217 -0
  384. data/lib/hubspot/codegen/webhooks/models/subscription_patch_request.rb +210 -0
  385. data/lib/hubspot/codegen/webhooks/models/subscription_response.rb +308 -0
  386. data/lib/hubspot/codegen/webhooks/models/throttling_settings.rb +264 -0
  387. data/lib/hubspot/configuration.rb +207 -0
  388. data/lib/hubspot/exceptions.rb +3 -0
  389. data/lib/hubspot/helpers/get_all_helper.rb +27 -0
  390. data/lib/hubspot/oauth_helper.rb +17 -0
  391. data/lib/hubspot/version.rb +3 -0
  392. data/lib/test_test_gem.rb +50 -0
  393. data/test_test_gem.gemspec +30 -0
  394. metadata +609 -0
@@ -0,0 +1,269 @@
1
+ =begin
2
+ #Timeline events
3
+
4
+ #This feature allows an app to create and configure custom events that can show up in the timelines of certain CRM object like contacts, companies, or deals. You'll find multiple use cases for this API in the sections below.
5
+
6
+ The version of the OpenAPI document: v3
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.2.3
10
+
11
+ =end
12
+
13
+ require 'date'
14
+
15
+ module Hubspot
16
+ module Crm
17
+ module Timeline
18
+ # State of the template definition being created.
19
+ class TimelineEventTemplateCreateRequest
20
+ # The type of CRM object you want this template applicable for. Currently we support [contacts, companies, deals].
21
+ attr_accessor :object_type
22
+
23
+ # The template name.
24
+ attr_accessor :name
25
+
26
+ # This uses Markdown syntax with Handlebars and event-specific data to render HTML on a timeline as a header.
27
+ attr_accessor :header_template
28
+
29
+ # This uses Markdown syntax with Handlebars and event-specific data to render HTML on a timeline when you expand the details.
30
+ attr_accessor :detail_template
31
+
32
+ # A collection of tokens that can be used as custom properties on the event and to create fully fledged CRM objects.
33
+ attr_accessor :tokens
34
+
35
+ # Attribute mapping from ruby-style variable name to JSON key.
36
+ def self.attribute_map
37
+ {
38
+ :'object_type' => :'objectType',
39
+ :'name' => :'name',
40
+ :'header_template' => :'headerTemplate',
41
+ :'detail_template' => :'detailTemplate',
42
+ :'tokens' => :'tokens'
43
+ }
44
+ end
45
+
46
+ # Attribute type mapping.
47
+ def self.openapi_types
48
+ {
49
+ :'object_type' => :'String',
50
+ :'name' => :'String',
51
+ :'header_template' => :'String',
52
+ :'detail_template' => :'String',
53
+ :'tokens' => :'Array<TimelineEventTemplateToken>'
54
+ }
55
+ end
56
+
57
+ # List of attributes with nullable: true
58
+ def self.openapi_nullable
59
+ Set.new([
60
+ ])
61
+ end
62
+
63
+ # Initializes the object
64
+ # @param [Hash] attributes Model attributes in the form of hash
65
+ def initialize(attributes = {})
66
+ if (!attributes.is_a?(Hash))
67
+ fail ArgumentError, "The input argument (attributes) must be a hash in `Hubspot::Crm::Timeline::TimelineEventTemplateCreateRequest` initialize method"
68
+ end
69
+
70
+ # check to see if the attribute exists and convert string to symbol for hash key
71
+ attributes = attributes.each_with_object({}) { |(k, v), h|
72
+ if (!self.class.attribute_map.key?(k.to_sym))
73
+ fail ArgumentError, "`#{k}` is not a valid attribute in `Hubspot::Crm::Timeline::TimelineEventTemplateCreateRequest`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
74
+ end
75
+ h[k.to_sym] = v
76
+ }
77
+
78
+ if attributes.key?(:'object_type')
79
+ self.object_type = attributes[:'object_type']
80
+ end
81
+
82
+ if attributes.key?(:'name')
83
+ self.name = attributes[:'name']
84
+ end
85
+
86
+ if attributes.key?(:'header_template')
87
+ self.header_template = attributes[:'header_template']
88
+ end
89
+
90
+ if attributes.key?(:'detail_template')
91
+ self.detail_template = attributes[:'detail_template']
92
+ end
93
+
94
+ if attributes.key?(:'tokens')
95
+ if (value = attributes[:'tokens']).is_a?(Array)
96
+ self.tokens = value
97
+ end
98
+ end
99
+ end
100
+
101
+ # Show invalid properties with the reasons. Usually used together with valid?
102
+ # @return Array for valid properties with the reasons
103
+ def list_invalid_properties
104
+ invalid_properties = Array.new
105
+ if @object_type.nil?
106
+ invalid_properties.push('invalid value for "object_type", object_type cannot be nil.')
107
+ end
108
+
109
+ if @name.nil?
110
+ invalid_properties.push('invalid value for "name", name cannot be nil.')
111
+ end
112
+
113
+ if @tokens.nil?
114
+ invalid_properties.push('invalid value for "tokens", tokens cannot be nil.')
115
+ end
116
+
117
+ invalid_properties
118
+ end
119
+
120
+ # Check to see if the all the properties in the model are valid
121
+ # @return true if the model is valid
122
+ def valid?
123
+ return false if @object_type.nil?
124
+ return false if @name.nil?
125
+ return false if @tokens.nil?
126
+ true
127
+ end
128
+
129
+ # Checks equality by comparing each attribute.
130
+ # @param [Object] Object to be compared
131
+ def ==(o)
132
+ return true if self.equal?(o)
133
+ self.class == o.class &&
134
+ object_type == o.object_type &&
135
+ name == o.name &&
136
+ header_template == o.header_template &&
137
+ detail_template == o.detail_template &&
138
+ tokens == o.tokens
139
+ end
140
+
141
+ # @see the `==` method
142
+ # @param [Object] Object to be compared
143
+ def eql?(o)
144
+ self == o
145
+ end
146
+
147
+ # Calculates hash code according to all attributes.
148
+ # @return [Integer] Hash code
149
+ def hash
150
+ [object_type, name, header_template, detail_template, tokens].hash
151
+ end
152
+
153
+ # Builds the object from hash
154
+ # @param [Hash] attributes Model attributes in the form of hash
155
+ # @return [Object] Returns the model itself
156
+ def self.build_from_hash(attributes)
157
+ new.build_from_hash(attributes)
158
+ end
159
+
160
+ # Builds the object from hash
161
+ # @param [Hash] attributes Model attributes in the form of hash
162
+ # @return [Object] Returns the model itself
163
+ def build_from_hash(attributes)
164
+ return nil unless attributes.is_a?(Hash)
165
+ self.class.openapi_types.each_pair do |key, type|
166
+ if type =~ /\AArray<(.*)>/i
167
+ # check to ensure the input is an array given that the attribute
168
+ # is documented as an array but the input is not
169
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
170
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
171
+ end
172
+ elsif !attributes[self.class.attribute_map[key]].nil?
173
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
174
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
175
+ end
176
+
177
+ self
178
+ end
179
+
180
+ # Deserializes the data based on type
181
+ # @param string type Data type
182
+ # @param string value Value to be deserialized
183
+ # @return [Object] Deserialized data
184
+ def _deserialize(type, value)
185
+ case type.to_sym
186
+ when :DateTime
187
+ DateTime.parse(value)
188
+ when :Date
189
+ Date.parse(value)
190
+ when :String
191
+ value.to_s
192
+ when :Integer
193
+ value.to_i
194
+ when :Float
195
+ value.to_f
196
+ when :Boolean
197
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
198
+ true
199
+ else
200
+ false
201
+ end
202
+ when :Object
203
+ # generic object (usually a Hash), return directly
204
+ value
205
+ when /\AArray<(?<inner_type>.+)>\z/
206
+ inner_type = Regexp.last_match[:inner_type]
207
+ value.map { |v| _deserialize(inner_type, v) }
208
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
209
+ k_type = Regexp.last_match[:k_type]
210
+ v_type = Regexp.last_match[:v_type]
211
+ {}.tap do |hash|
212
+ value.each do |k, v|
213
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
214
+ end
215
+ end
216
+ else # model
217
+ Hubspot::Crm::Timeline.const_get(type).build_from_hash(value)
218
+ end
219
+ end
220
+
221
+ # Returns the string representation of the object
222
+ # @return [String] String presentation of the object
223
+ def to_s
224
+ to_hash.to_s
225
+ end
226
+
227
+ # to_body is an alias to to_hash (backward compatibility)
228
+ # @return [Hash] Returns the object in the form of hash
229
+ def to_body
230
+ to_hash
231
+ end
232
+
233
+ # Returns the object in the form of hash
234
+ # @return [Hash] Returns the object in the form of hash
235
+ def to_hash
236
+ hash = {}
237
+ self.class.attribute_map.each_pair do |attr, param|
238
+ value = self.send(attr)
239
+ if value.nil?
240
+ is_nullable = self.class.openapi_nullable.include?(attr)
241
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
242
+ end
243
+
244
+ hash[param] = _to_hash(value)
245
+ end
246
+ hash
247
+ end
248
+
249
+ # Outputs non-array value in the form of hash
250
+ # For object, use to_hash. Otherwise, just return the value
251
+ # @param [Object] value Any valid value
252
+ # @return [Hash] Returns the value in the form of hash
253
+ def _to_hash(value)
254
+ if value.is_a?(Array)
255
+ value.compact.map { |v| _to_hash(v) }
256
+ elsif value.is_a?(Hash)
257
+ {}.tap do |hash|
258
+ value.each { |k, v| hash[k] = _to_hash(v) }
259
+ end
260
+ elsif value.respond_to? :to_hash
261
+ value.to_hash
262
+ else
263
+ value
264
+ end
265
+ end
266
+ end
267
+ end
268
+ end
269
+ end
@@ -0,0 +1,328 @@
1
+ =begin
2
+ #Timeline events
3
+
4
+ #This feature allows an app to create and configure custom events that can show up in the timelines of certain CRM object like contacts, companies, or deals. You'll find multiple use cases for this API in the sections below.
5
+
6
+ The version of the OpenAPI document: v3
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.2.3
10
+
11
+ =end
12
+
13
+ require 'date'
14
+
15
+ module Hubspot
16
+ module Crm
17
+ module Timeline
18
+ # State of the token definition.
19
+ class TimelineEventTemplateToken
20
+ # The name of the token referenced in the templates. This must be unique for the specific template. It may only contain alphanumeric characters, periods, dashes, or underscores (. - _).
21
+ attr_accessor :name
22
+
23
+ # The data type of the token. You can currently choose from [string, number, date, enumeration].
24
+ attr_accessor :type
25
+
26
+ # The date and time that the Event Template Token was created, as an ISO 8601 timestamp. Will be null if the template was created before Feb 18th, 2020.
27
+ attr_accessor :created_at
28
+
29
+ # The date and time that the Event Template Token was last updated, as an ISO 8601 timestamp. Will be null if the template was created before Feb 18th, 2020.
30
+ attr_accessor :updated_at
31
+
32
+ # Used for list segmentation and reporting.
33
+ attr_accessor :label
34
+
35
+ # The name of the CRM object property. This will populate the CRM object property associated with the event. With enough of these, you can fully build CRM objects via the Timeline API.
36
+ attr_accessor :object_property_name
37
+
38
+ # If type is `enumeration`, we should have a list of options to choose from.
39
+ attr_accessor :options
40
+
41
+ class EnumAttributeValidator
42
+ attr_reader :datatype
43
+ attr_reader :allowable_values
44
+
45
+ def initialize(datatype, allowable_values)
46
+ @allowable_values = allowable_values.map do |value|
47
+ case datatype.to_s
48
+ when /Integer/i
49
+ value.to_i
50
+ when /Float/i
51
+ value.to_f
52
+ else
53
+ value
54
+ end
55
+ end
56
+ end
57
+
58
+ def valid?(value)
59
+ !value || allowable_values.include?(value)
60
+ end
61
+ end
62
+
63
+ # Attribute mapping from ruby-style variable name to JSON key.
64
+ def self.attribute_map
65
+ {
66
+ :'name' => :'name',
67
+ :'type' => :'type',
68
+ :'created_at' => :'createdAt',
69
+ :'updated_at' => :'updatedAt',
70
+ :'label' => :'label',
71
+ :'object_property_name' => :'objectPropertyName',
72
+ :'options' => :'options'
73
+ }
74
+ end
75
+
76
+ # Attribute type mapping.
77
+ def self.openapi_types
78
+ {
79
+ :'name' => :'String',
80
+ :'type' => :'String',
81
+ :'created_at' => :'DateTime',
82
+ :'updated_at' => :'DateTime',
83
+ :'label' => :'String',
84
+ :'object_property_name' => :'String',
85
+ :'options' => :'Array<TimelineEventTemplateTokenOption>'
86
+ }
87
+ end
88
+
89
+ # List of attributes with nullable: true
90
+ def self.openapi_nullable
91
+ Set.new([
92
+ ])
93
+ end
94
+
95
+ # Initializes the object
96
+ # @param [Hash] attributes Model attributes in the form of hash
97
+ def initialize(attributes = {})
98
+ if (!attributes.is_a?(Hash))
99
+ fail ArgumentError, "The input argument (attributes) must be a hash in `Hubspot::Crm::Timeline::TimelineEventTemplateToken` initialize method"
100
+ end
101
+
102
+ # check to see if the attribute exists and convert string to symbol for hash key
103
+ attributes = attributes.each_with_object({}) { |(k, v), h|
104
+ if (!self.class.attribute_map.key?(k.to_sym))
105
+ fail ArgumentError, "`#{k}` is not a valid attribute in `Hubspot::Crm::Timeline::TimelineEventTemplateToken`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
106
+ end
107
+ h[k.to_sym] = v
108
+ }
109
+
110
+ if attributes.key?(:'name')
111
+ self.name = attributes[:'name']
112
+ end
113
+
114
+ if attributes.key?(:'type')
115
+ self.type = attributes[:'type']
116
+ end
117
+
118
+ if attributes.key?(:'created_at')
119
+ self.created_at = attributes[:'created_at']
120
+ end
121
+
122
+ if attributes.key?(:'updated_at')
123
+ self.updated_at = attributes[:'updated_at']
124
+ end
125
+
126
+ if attributes.key?(:'label')
127
+ self.label = attributes[:'label']
128
+ end
129
+
130
+ if attributes.key?(:'object_property_name')
131
+ self.object_property_name = attributes[:'object_property_name']
132
+ end
133
+
134
+ if attributes.key?(:'options')
135
+ if (value = attributes[:'options']).is_a?(Array)
136
+ self.options = value
137
+ end
138
+ end
139
+ end
140
+
141
+ # Show invalid properties with the reasons. Usually used together with valid?
142
+ # @return Array for valid properties with the reasons
143
+ def list_invalid_properties
144
+ invalid_properties = Array.new
145
+ if @name.nil?
146
+ invalid_properties.push('invalid value for "name", name cannot be nil.')
147
+ end
148
+
149
+ if @type.nil?
150
+ invalid_properties.push('invalid value for "type", type cannot be nil.')
151
+ end
152
+
153
+ if @label.nil?
154
+ invalid_properties.push('invalid value for "label", label cannot be nil.')
155
+ end
156
+
157
+ if @options.nil?
158
+ invalid_properties.push('invalid value for "options", options cannot be nil.')
159
+ end
160
+
161
+ invalid_properties
162
+ end
163
+
164
+ # Check to see if the all the properties in the model are valid
165
+ # @return true if the model is valid
166
+ def valid?
167
+ return false if @name.nil?
168
+ return false if @type.nil?
169
+ type_validator = EnumAttributeValidator.new('String', ["date", "enumeration", "number", "string"])
170
+ return false unless type_validator.valid?(@type)
171
+ return false if @label.nil?
172
+ return false if @options.nil?
173
+ true
174
+ end
175
+
176
+ # Custom attribute writer method checking allowed values (enum).
177
+ # @param [Object] type Object to be assigned
178
+ def type=(type)
179
+ validator = EnumAttributeValidator.new('String', ["date", "enumeration", "number", "string"])
180
+ unless validator.valid?(type)
181
+ fail ArgumentError, "invalid value for \"type\", must be one of #{validator.allowable_values}."
182
+ end
183
+ @type = type
184
+ end
185
+
186
+ # Checks equality by comparing each attribute.
187
+ # @param [Object] Object to be compared
188
+ def ==(o)
189
+ return true if self.equal?(o)
190
+ self.class == o.class &&
191
+ name == o.name &&
192
+ type == o.type &&
193
+ created_at == o.created_at &&
194
+ updated_at == o.updated_at &&
195
+ label == o.label &&
196
+ object_property_name == o.object_property_name &&
197
+ options == o.options
198
+ end
199
+
200
+ # @see the `==` method
201
+ # @param [Object] Object to be compared
202
+ def eql?(o)
203
+ self == o
204
+ end
205
+
206
+ # Calculates hash code according to all attributes.
207
+ # @return [Integer] Hash code
208
+ def hash
209
+ [name, type, created_at, updated_at, label, object_property_name, options].hash
210
+ end
211
+
212
+ # Builds the object from hash
213
+ # @param [Hash] attributes Model attributes in the form of hash
214
+ # @return [Object] Returns the model itself
215
+ def self.build_from_hash(attributes)
216
+ new.build_from_hash(attributes)
217
+ end
218
+
219
+ # Builds the object from hash
220
+ # @param [Hash] attributes Model attributes in the form of hash
221
+ # @return [Object] Returns the model itself
222
+ def build_from_hash(attributes)
223
+ return nil unless attributes.is_a?(Hash)
224
+ self.class.openapi_types.each_pair do |key, type|
225
+ if type =~ /\AArray<(.*)>/i
226
+ # check to ensure the input is an array given that the attribute
227
+ # is documented as an array but the input is not
228
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
229
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
230
+ end
231
+ elsif !attributes[self.class.attribute_map[key]].nil?
232
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
233
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
234
+ end
235
+
236
+ self
237
+ end
238
+
239
+ # Deserializes the data based on type
240
+ # @param string type Data type
241
+ # @param string value Value to be deserialized
242
+ # @return [Object] Deserialized data
243
+ def _deserialize(type, value)
244
+ case type.to_sym
245
+ when :DateTime
246
+ DateTime.parse(value)
247
+ when :Date
248
+ Date.parse(value)
249
+ when :String
250
+ value.to_s
251
+ when :Integer
252
+ value.to_i
253
+ when :Float
254
+ value.to_f
255
+ when :Boolean
256
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
257
+ true
258
+ else
259
+ false
260
+ end
261
+ when :Object
262
+ # generic object (usually a Hash), return directly
263
+ value
264
+ when /\AArray<(?<inner_type>.+)>\z/
265
+ inner_type = Regexp.last_match[:inner_type]
266
+ value.map { |v| _deserialize(inner_type, v) }
267
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
268
+ k_type = Regexp.last_match[:k_type]
269
+ v_type = Regexp.last_match[:v_type]
270
+ {}.tap do |hash|
271
+ value.each do |k, v|
272
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
273
+ end
274
+ end
275
+ else # model
276
+ Hubspot::Crm::Timeline.const_get(type).build_from_hash(value)
277
+ end
278
+ end
279
+
280
+ # Returns the string representation of the object
281
+ # @return [String] String presentation of the object
282
+ def to_s
283
+ to_hash.to_s
284
+ end
285
+
286
+ # to_body is an alias to to_hash (backward compatibility)
287
+ # @return [Hash] Returns the object in the form of hash
288
+ def to_body
289
+ to_hash
290
+ end
291
+
292
+ # Returns the object in the form of hash
293
+ # @return [Hash] Returns the object in the form of hash
294
+ def to_hash
295
+ hash = {}
296
+ self.class.attribute_map.each_pair do |attr, param|
297
+ value = self.send(attr)
298
+ if value.nil?
299
+ is_nullable = self.class.openapi_nullable.include?(attr)
300
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
301
+ end
302
+
303
+ hash[param] = _to_hash(value)
304
+ end
305
+ hash
306
+ end
307
+
308
+ # Outputs non-array value in the form of hash
309
+ # For object, use to_hash. Otherwise, just return the value
310
+ # @param [Object] value Any valid value
311
+ # @return [Hash] Returns the value in the form of hash
312
+ def _to_hash(value)
313
+ if value.is_a?(Array)
314
+ value.compact.map { |v| _to_hash(v) }
315
+ elsif value.is_a?(Hash)
316
+ {}.tap do |hash|
317
+ value.each { |k, v| hash[k] = _to_hash(v) }
318
+ end
319
+ elsif value.respond_to? :to_hash
320
+ value.to_hash
321
+ else
322
+ value
323
+ end
324
+ end
325
+ end
326
+ end
327
+ end
328
+ end