repo
stringlengths
5
92
file_url
stringlengths
80
287
file_path
stringlengths
5
197
content
stringlengths
0
32.8k
language
stringclasses
1 value
license
stringclasses
7 values
commit_sha
stringlengths
40
40
retrieved_at
stringdate
2026-01-04 15:37:27
2026-01-04 17:58:21
truncated
bool
2 classes
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/marketing/events/api/add_event_attendees_api.rb
lib/hubspot/discovery/marketing/events/api/add_event_attendees_api.rb
require_relative '../../../base_api_client' module Hubspot module Discovery module Marketing module Events class AddEventAttendeesApi include Hubspot::Discovery::BaseApiClient end end end end end
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/marketing/events/api/identifiers_api.rb
lib/hubspot/discovery/marketing/events/api/identifiers_api.rb
require_relative '../../../base_api_client' module Hubspot module Discovery module Marketing module Events class IdentifiersApi include Hubspot::Discovery::BaseApiClient end end end end end
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/marketing/events/api/settings_api.rb
lib/hubspot/discovery/marketing/events/api/settings_api.rb
require_relative '../../../base_api_client' module Hubspot module Discovery module Marketing module Events class SettingsApi include Hubspot::Discovery::BaseApiClient end end end end end
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/marketing/events/api/list_associations_api.rb
lib/hubspot/discovery/marketing/events/api/list_associations_api.rb
require_relative '../../../base_api_client' module Hubspot module Discovery module Marketing module Events class ListAssociationsApi include Hubspot::Discovery::BaseApiClient end end end end end
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/marketing/transactional/client.rb
lib/hubspot/discovery/marketing/transactional/client.rb
require_relative '../../base_module_client' module Hubspot module Discovery module Marketing module Transactional class Client include Hubspot::Discovery::BaseModuleClient def api_classes %i[ public_smtp_tokens single_send ].f...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/marketing/transactional/api/public_smtp_tokens_api.rb
lib/hubspot/discovery/marketing/transactional/api/public_smtp_tokens_api.rb
require_relative '../../../base_api_client' module Hubspot module Discovery module Marketing module Transactional class PublicSMTPTokensApi include Hubspot::Discovery::BaseApiClient end end end end end
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/marketing/transactional/api/single_send_api.rb
lib/hubspot/discovery/marketing/transactional/api/single_send_api.rb
require_relative '../../../base_api_client' module Hubspot module Discovery module Marketing module Transactional class SingleSendApi include Hubspot::Discovery::BaseApiClient end end end end end
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/cms/client.rb
lib/hubspot/discovery/cms/client.rb
require_relative '../base_module_client' module Hubspot module Discovery module Cms class Client include Hubspot::Discovery::BaseModuleClient def api_modules %i[ audit_logs blogs domains hubdb pages site_sear...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/cms/audit_logs/client.rb
lib/hubspot/discovery/cms/audit_logs/client.rb
require_relative '../../base_module_client' module Hubspot module Discovery module Cms module AuditLogs class Client include Hubspot::Discovery::BaseModuleClient def api_classes %i[ audit_logs ].freeze end end end ...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/cms/audit_logs/api/audit_logs_api.rb
lib/hubspot/discovery/cms/audit_logs/api/audit_logs_api.rb
require_relative '../../../base_api_client' module Hubspot module Discovery module Cms module AuditLogs class AuditLogsApi include Hubspot::Discovery::BaseApiClient end end end end end
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/cms/url_redirects/client.rb
lib/hubspot/discovery/cms/url_redirects/client.rb
require_relative '../../base_module_client' module Hubspot module Discovery module Cms module UrlRedirects class Client include Hubspot::Discovery::BaseModuleClient def api_classes %i[ redirects ].freeze end end end...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/cms/url_redirects/api/redirects_api.rb
lib/hubspot/discovery/cms/url_redirects/api/redirects_api.rb
require_relative '../../../base_api_client' module Hubspot module Discovery module Cms module UrlRedirects class RedirectsApi include Hubspot::Discovery::BaseApiClient end end end end end
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/cms/site_search/client.rb
lib/hubspot/discovery/cms/site_search/client.rb
require_relative '../../base_module_client' module Hubspot module Discovery module Cms module SiteSearch class Client include Hubspot::Discovery::BaseModuleClient def api_classes %i[ public ].freeze end end end ...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/cms/site_search/api/public_api.rb
lib/hubspot/discovery/cms/site_search/api/public_api.rb
require_relative '../../../base_api_client' module Hubspot module Discovery module Cms module SiteSearch class PublicApi include Hubspot::Discovery::BaseApiClient end end end end end
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/cms/blogs/client.rb
lib/hubspot/discovery/cms/blogs/client.rb
require_relative '../../base_module_client' module Hubspot module Discovery module Cms module Blogs class Client include Hubspot::Discovery::BaseModuleClient def api_modules %i[ authors blog_posts tags ].freeze ...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/cms/blogs/authors/client.rb
lib/hubspot/discovery/cms/blogs/authors/client.rb
require_relative '../../../base_module_client' module Hubspot module Discovery module Cms module Blogs module Authors class Client include Hubspot::Discovery::BaseModuleClient def api_classes %i[ blog_authors ].freeze ...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/cms/blogs/authors/api/blog_authors_api.rb
lib/hubspot/discovery/cms/blogs/authors/api/blog_authors_api.rb
require_relative '../../../../base_api_client' module Hubspot module Discovery module Cms module Blogs module Authors class BlogAuthorsApi include Hubspot::Discovery::BaseApiClient end end end end end end
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/cms/blogs/blog_posts/client.rb
lib/hubspot/discovery/cms/blogs/blog_posts/client.rb
require_relative '../../../base_module_client' module Hubspot module Discovery module Cms module Blogs module BlogPosts class Client include Hubspot::Discovery::BaseModuleClient def api_classes %i[ basic batch ...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/cms/blogs/blog_posts/api/multi_language_api.rb
lib/hubspot/discovery/cms/blogs/blog_posts/api/multi_language_api.rb
require_relative '../../../../base_api_client' module Hubspot module Discovery module Cms module Blogs module BlogPosts class MultiLanguageApi include Hubspot::Discovery::BaseApiClient end end end end end end
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/cms/blogs/blog_posts/api/batch_api.rb
lib/hubspot/discovery/cms/blogs/blog_posts/api/batch_api.rb
require_relative '../../../../base_api_client' module Hubspot module Discovery module Cms module Blogs module BlogPosts class BatchApi include Hubspot::Discovery::BaseApiClient end end end end end end
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/cms/blogs/blog_posts/api/basic_api.rb
lib/hubspot/discovery/cms/blogs/blog_posts/api/basic_api.rb
require_relative '../../../../base_api_client' module Hubspot module Discovery module Cms module Blogs module BlogPosts class BasicApi include Hubspot::Discovery::BaseApiClient end end end end end end
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/cms/blogs/tags/client.rb
lib/hubspot/discovery/cms/blogs/tags/client.rb
require_relative '../../../base_module_client' module Hubspot module Discovery module Cms module Blogs module Tags class Client include Hubspot::Discovery::BaseModuleClient def api_classes %i[ blog_tags ].freeze ...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/cms/blogs/tags/api/blog_tags_api.rb
lib/hubspot/discovery/cms/blogs/tags/api/blog_tags_api.rb
require_relative '../../../../base_api_client' module Hubspot module Discovery module Cms module Blogs module Tags class BlogTagsApi include Hubspot::Discovery::BaseApiClient end end end end end end
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/cms/pages/client.rb
lib/hubspot/discovery/cms/pages/client.rb
require_relative '../../base_module_client' module Hubspot module Discovery module Cms module Pages class Client include Hubspot::Discovery::BaseModuleClient def api_classes %i[ landing_pages site_pages ].freeze end...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/cms/pages/api/landing_pages_api.rb
lib/hubspot/discovery/cms/pages/api/landing_pages_api.rb
require_relative '../../../base_api_client' module Hubspot module Discovery module Cms module Pages class LandingPagesApi include Hubspot::Discovery::BaseApiClient end end end end end
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/cms/pages/api/site_pages_api.rb
lib/hubspot/discovery/cms/pages/api/site_pages_api.rb
require_relative '../../../base_api_client' module Hubspot module Discovery module Cms module Pages class SitePagesApi include Hubspot::Discovery::BaseApiClient end end end end end
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/cms/source_code/client.rb
lib/hubspot/discovery/cms/source_code/client.rb
require_relative '../../base_module_client' module Hubspot module Discovery module Cms module SourceCode class Client include Hubspot::Discovery::BaseModuleClient def api_classes %i[ content extract metadata v...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/cms/source_code/api/metadata_api.rb
lib/hubspot/discovery/cms/source_code/api/metadata_api.rb
require_relative '../../../base_api_client' module Hubspot module Discovery module Cms module SourceCode class MetadataApi include Hubspot::Discovery::BaseApiClient end end end end end
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/cms/source_code/api/validation_api.rb
lib/hubspot/discovery/cms/source_code/api/validation_api.rb
require_relative '../../../base_api_client' module Hubspot module Discovery module Cms module SourceCode class ValidationApi include Hubspot::Discovery::BaseApiClient end end end end end
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/cms/source_code/api/content_api.rb
lib/hubspot/discovery/cms/source_code/api/content_api.rb
require_relative '../../../base_api_client' module Hubspot module Discovery module Cms module SourceCode class ContentApi include Hubspot::Discovery::BaseApiClient end end end end end
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/cms/source_code/api/extract_api.rb
lib/hubspot/discovery/cms/source_code/api/extract_api.rb
require_relative '../../../base_api_client' module Hubspot module Discovery module Cms module SourceCode class ExtractApi include Hubspot::Discovery::BaseApiClient end end end end end
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/cms/domains/client.rb
lib/hubspot/discovery/cms/domains/client.rb
require_relative '../../base_module_client' module Hubspot module Discovery module Cms module Domains class Client include Hubspot::Discovery::BaseModuleClient def api_classes %i[ domains ].freeze end end end en...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/cms/domains/api/domains_api.rb
lib/hubspot/discovery/cms/domains/api/domains_api.rb
require_relative '../../../base_api_client' module Hubspot module Discovery module Cms module Domains class DomainsApi include Hubspot::Discovery::BaseApiClient end end end end end
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/cms/hubdb/client.rb
lib/hubspot/discovery/cms/hubdb/client.rb
require_relative '../../base_module_client' module Hubspot module Discovery module Cms module Hubdb class Client include Hubspot::Discovery::BaseModuleClient def api_classes %i[ rows rows_batch tables ].freeze ...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/cms/hubdb/api/rows_api.rb
lib/hubspot/discovery/cms/hubdb/api/rows_api.rb
require_relative '../../../base_api_client' module Hubspot module Discovery module Cms module Hubdb class RowsApi include Hubspot::Discovery::BaseApiClient end end end end end
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/cms/hubdb/api/rows_batch_api.rb
lib/hubspot/discovery/cms/hubdb/api/rows_batch_api.rb
require_relative '../../../base_api_client' module Hubspot module Discovery module Cms module Hubdb class RowsBatchApi include Hubspot::Discovery::BaseApiClient end end end end end
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/cms/hubdb/api/tables_api.rb
lib/hubspot/discovery/cms/hubdb/api/tables_api.rb
require_relative '../../../base_api_client' module Hubspot module Discovery module Cms module Hubdb class TablesApi include Hubspot::Discovery::BaseApiClient end end end end end
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/automation/client.rb
lib/hubspot/discovery/automation/client.rb
require_relative '../base_module_client' module Hubspot module Discovery module Automation class Client include Hubspot::Discovery::BaseModuleClient def api_modules %i[ actions ].freeze end end end end end
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/automation/actions/client.rb
lib/hubspot/discovery/automation/actions/client.rb
require_relative '../../base_module_client' module Hubspot module Discovery module Automation module Actions class Client include Hubspot::Discovery::BaseModuleClient def api_classes %i[ callbacks definitions functions ...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/automation/actions/api/definitions_api.rb
lib/hubspot/discovery/automation/actions/api/definitions_api.rb
require_relative '../../../base_api_client' module Hubspot module Discovery module Automation module Actions class DefinitionsApi include Hubspot::Discovery::BaseApiClient end end end end end
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/automation/actions/api/functions_api.rb
lib/hubspot/discovery/automation/actions/api/functions_api.rb
require_relative '../../../base_api_client' module Hubspot module Discovery module Automation module Actions class FunctionsApi include Hubspot::Discovery::BaseApiClient end end end end end
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/automation/actions/api/revisions_api.rb
lib/hubspot/discovery/automation/actions/api/revisions_api.rb
require_relative '../../../base_api_client' module Hubspot module Discovery module Automation module Actions class RevisionsApi include Hubspot::Discovery::BaseApiClient end end end end end
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/automation/actions/api/callbacks_api.rb
lib/hubspot/discovery/automation/actions/api/callbacks_api.rb
require_relative '../../../base_api_client' module Hubspot module Discovery module Automation module Actions class CallbacksApi include Hubspot::Discovery::BaseApiClient end end end end end
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/codegen/settings/users/api_error.rb
lib/hubspot/codegen/settings/users/api_error.rb
=begin #User Provisioning #Add, manage, and remove users from your account The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.2.1 =end module Hubspot module Settings module Users class ApiError < ::StandardError attr_reader :code, :...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/codegen/settings/users/configuration.rb
lib/hubspot/codegen/settings/users/configuration.rb
=begin #User Provisioning #Add, manage, and remove users from your account The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.2.1 =end module Hubspot module Settings module Users class Configuration # Defines url scheme attr...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/codegen/settings/users/api_client.rb
lib/hubspot/codegen/settings/users/api_client.rb
=begin #User Provisioning #Add, manage, and remove users from your account The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.2.1 =end require 'date' require 'json' require 'logger' require 'tempfile' require 'time' require 'typhoeus' module Hubspot ...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/codegen/settings/users/models/public_user_update.rb
lib/hubspot/codegen/settings/users/models/public_user_update.rb
=begin #User Provisioning #Add, manage, and remove users from your account The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.2.1 =end require 'date' require 'time' module Hubspot module Settings module Users # A user to update class...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/codegen/settings/users/models/user_provision_request.rb
lib/hubspot/codegen/settings/users/models/user_provision_request.rb
=begin #User Provisioning #Add, manage, and remove users from your account The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.2.1 =end require 'date' require 'time' module Hubspot module Settings module Users # A user creation request ...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/codegen/settings/users/models/next_page.rb
lib/hubspot/codegen/settings/users/models/next_page.rb
=begin #User Provisioning #Add, manage, and remove users from your account The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.2.1 =end require 'date' require 'time' module Hubspot module Settings module Users class NextPage attr_ac...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/codegen/settings/users/models/collection_response_public_user_forward_paging.rb
lib/hubspot/codegen/settings/users/models/collection_response_public_user_forward_paging.rb
=begin #User Provisioning #Add, manage, and remove users from your account The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.2.1 =end require 'date' require 'time' module Hubspot module Settings module Users class CollectionResponsePublic...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/codegen/settings/users/models/public_user.rb
lib/hubspot/codegen/settings/users/models/public_user.rb
=begin #User Provisioning #Add, manage, and remove users from your account The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.2.1 =end require 'date' require 'time' module Hubspot module Settings module Users # A user class PublicUse...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/codegen/settings/users/models/error_detail.rb
lib/hubspot/codegen/settings/users/models/error_detail.rb
=begin #User Provisioning #Add, manage, and remove users from your account The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.2.1 =end require 'date' require 'time' module Hubspot module Settings module Users class ErrorDetail # A ...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/codegen/settings/users/models/collection_response_public_team_no_paging.rb
lib/hubspot/codegen/settings/users/models/collection_response_public_team_no_paging.rb
=begin #User Provisioning #Add, manage, and remove users from your account The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.2.1 =end require 'date' require 'time' module Hubspot module Settings module Users class CollectionResponsePublic...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/codegen/settings/users/models/forward_paging.rb
lib/hubspot/codegen/settings/users/models/forward_paging.rb
=begin #User Provisioning #Add, manage, and remove users from your account The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.2.1 =end require 'date' require 'time' module Hubspot module Settings module Users class ForwardPaging at...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/codegen/settings/users/models/collection_response_public_permission_set_no_paging.rb
lib/hubspot/codegen/settings/users/models/collection_response_public_permission_set_no_paging.rb
=begin #User Provisioning #Add, manage, and remove users from your account The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.2.1 =end require 'date' require 'time' module Hubspot module Settings module Users class CollectionResponsePublic...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/codegen/settings/users/models/public_team.rb
lib/hubspot/codegen/settings/users/models/public_team.rb
=begin #User Provisioning #Add, manage, and remove users from your account The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.2.1 =end require 'date' require 'time' module Hubspot module Settings module Users # A team that can be assigned ...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/codegen/settings/users/models/public_permission_set.rb
lib/hubspot/codegen/settings/users/models/public_permission_set.rb
=begin #User Provisioning #Add, manage, and remove users from your account The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.2.1 =end require 'date' require 'time' module Hubspot module Settings module Users # A role that can be assigned ...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/codegen/settings/users/models/error.rb
lib/hubspot/codegen/settings/users/models/error.rb
=begin #User Provisioning #Add, manage, and remove users from your account The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.2.1 =end require 'date' require 'time' module Hubspot module Settings module Users class Error # A specif...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/codegen/settings/users/api/teams_api.rb
lib/hubspot/codegen/settings/users/api/teams_api.rb
=begin #User Provisioning #Add, manage, and remove users from your account The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.2.1 =end require 'cgi' module Hubspot module Settings module Users class TeamsApi attr_accessor :api_clie...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/codegen/settings/users/api/roles_api.rb
lib/hubspot/codegen/settings/users/api/roles_api.rb
=begin #User Provisioning #Add, manage, and remove users from your account The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.2.1 =end require 'cgi' module Hubspot module Settings module Users class RolesApi attr_accessor :api_clie...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/codegen/settings/users/api/users_api.rb
lib/hubspot/codegen/settings/users/api/users_api.rb
=begin #User Provisioning #Add, manage, and remove users from your account The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.2.1 =end require 'cgi' module Hubspot module Settings module Users class UsersApi attr_accessor :api_clie...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/codegen/settings/business_units/api_error.rb
lib/hubspot/codegen/settings/business_units/api_error.rb
=begin #Business Units #Retrieve Business Unit information. The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.2.1 =end module Hubspot module Settings module BusinessUnits class ApiError < ::StandardError attr_reader :code, :respons...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/codegen/settings/business_units/configuration.rb
lib/hubspot/codegen/settings/business_units/configuration.rb
=begin #Business Units #Retrieve Business Unit information. The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.2.1 =end module Hubspot module Settings module BusinessUnits class Configuration # Defines url scheme attr_access...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/codegen/settings/business_units/api_client.rb
lib/hubspot/codegen/settings/business_units/api_client.rb
=begin #Business Units #Retrieve Business Unit information. The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.2.1 =end require 'date' require 'json' require 'logger' require 'tempfile' require 'time' require 'typhoeus' module Hubspot module Setting...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/codegen/settings/business_units/models/collection_response_public_business_unit_no_paging.rb
lib/hubspot/codegen/settings/business_units/models/collection_response_public_business_unit_no_paging.rb
=begin #Business Units #Retrieve Business Unit information. The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.2.1 =end require 'date' require 'time' module Hubspot module Settings module BusinessUnits # A response object containing a coll...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/codegen/settings/business_units/models/public_business_unit.rb
lib/hubspot/codegen/settings/business_units/models/public_business_unit.rb
=begin #Business Units #Retrieve Business Unit information. The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.2.1 =end require 'date' require 'time' module Hubspot module Settings module BusinessUnits # A Business Unit class PublicB...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/codegen/settings/business_units/models/error_detail.rb
lib/hubspot/codegen/settings/business_units/models/error_detail.rb
=begin #Business Units #Retrieve Business Unit information. The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.2.1 =end require 'date' require 'time' module Hubspot module Settings module BusinessUnits class ErrorDetail # A specifi...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/codegen/settings/business_units/models/public_business_unit_logo_metadata.rb
lib/hubspot/codegen/settings/business_units/models/public_business_unit_logo_metadata.rb
=begin #Business Units #Retrieve Business Unit information. The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.2.1 =end require 'date' require 'time' module Hubspot module Settings module BusinessUnits # A Business Unit's logo metadata ...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/codegen/settings/business_units/models/error.rb
lib/hubspot/codegen/settings/business_units/models/error.rb
=begin #Business Units #Retrieve Business Unit information. The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.2.1 =end require 'date' require 'time' module Hubspot module Settings module BusinessUnits class Error # A specific cate...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/codegen/settings/business_units/api/business_unit_api.rb
lib/hubspot/codegen/settings/business_units/api/business_unit_api.rb
=begin #Business Units #Retrieve Business Unit information. The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.2.1 =end require 'cgi' module Hubspot module Settings module BusinessUnits class BusinessUnitApi attr_accessor :api_clie...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/codegen/files/api_error.rb
lib/hubspot/codegen/files/api_error.rb
=begin #Files #Upload and manage files. The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.2.1 =end module Hubspot module Files class ApiError < ::StandardError attr_reader :code, :response_headers, :response_body # Usage examples: ...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/codegen/files/configuration.rb
lib/hubspot/codegen/files/configuration.rb
=begin #Files #Upload and manage files. The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.2.1 =end module Hubspot module Files class Configuration # Defines url scheme attr_accessor :scheme # Defines url host attr_access...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/codegen/files/api_client.rb
lib/hubspot/codegen/files/api_client.rb
=begin #Files #Upload and manage files. The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.2.1 =end require 'date' require 'json' require 'logger' require 'tempfile' require 'time' require 'typhoeus' module Hubspot module Files class ApiClient ...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/codegen/files/models/folder_action_response.rb
lib/hubspot/codegen/files/models/folder_action_response.rb
=begin #Files #Upload and manage files. The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.2.1 =end require 'date' require 'time' module Hubspot module Files class FolderActionResponse attr_accessor :result # When the requested chan...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/codegen/files/models/standard_error.rb
lib/hubspot/codegen/files/models/standard_error.rb
=begin #Files #Upload and manage files. The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.2.1 =end require 'date' require 'time' module Hubspot module Files class StandardError attr_accessor :sub_category attr_accessor :context ...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/codegen/files/models/signed_url.rb
lib/hubspot/codegen/files/models/signed_url.rb
=begin #Files #Upload and manage files. The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.2.1 =end require 'date' require 'time' module Hubspot module Files # Signed Url object with optional ancillary metadata of requested file class Signed...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/codegen/files/models/previous_page.rb
lib/hubspot/codegen/files/models/previous_page.rb
=begin #Files #Upload and manage files. The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.2.1 =end require 'date' require 'time' module Hubspot module Files class PreviousPage attr_accessor :before attr_accessor :link # Attr...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/codegen/files/models/next_page.rb
lib/hubspot/codegen/files/models/next_page.rb
=begin #Files #Upload and manage files. The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.2.1 =end require 'date' require 'time' module Hubspot module Files class NextPage attr_accessor :link attr_accessor :after # Attribute...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/codegen/files/models/folder_input.rb
lib/hubspot/codegen/files/models/folder_input.rb
=begin #Files #Upload and manage files. The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.2.1 =end require 'date' require 'time' module Hubspot module Files # Object for creating a folder. class FolderInput # FolderId of the parent of...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/codegen/files/models/folder_update_input_with_id.rb
lib/hubspot/codegen/files/models/folder_update_input_with_id.rb
=begin #Files #Upload and manage files. The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.2.1 =end require 'date' require 'time' module Hubspot module Files class FolderUpdateInputWithId attr_accessor :parent_folder_id attr_accesso...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/codegen/files/models/file.rb
lib/hubspot/codegen/files/models/file.rb
=begin #Files #Upload and manage files. The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.2.1 =end require 'date' require 'time' module Hubspot module Files # File class File # Extension of the file. ex: .jpg, .png, .gif, .pdf, etc. ...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/codegen/files/models/paging.rb
lib/hubspot/codegen/files/models/paging.rb
=begin #Files #Upload and manage files. The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.2.1 =end require 'date' require 'time' module Hubspot module Files class Paging attr_accessor :_next attr_accessor :prev # Attribute m...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/codegen/files/models/error_detail.rb
lib/hubspot/codegen/files/models/error_detail.rb
=begin #Files #Upload and manage files. The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.2.1 =end require 'date' require 'time' module Hubspot module Files class ErrorDetail # A specific category that contains more specific detail about ...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/codegen/files/models/folder_update_task_locator.rb
lib/hubspot/codegen/files/models/folder_update_task_locator.rb
=begin #Files #Upload and manage files. The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.2.1 =end require 'date' require 'time' module Hubspot module Files # Information on the task that has been started, and where to check it's status. cl...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/codegen/files/models/file_stat.rb
lib/hubspot/codegen/files/models/file_stat.rb
=begin #Files #Upload and manage files. The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.2.1 =end require 'date' require 'time' module Hubspot module Files class FileStat attr_accessor :file attr_accessor :folder # Attribut...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/codegen/files/models/folder.rb
lib/hubspot/codegen/files/models/folder.rb
=begin #Files #Upload and manage files. The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.2.1 =end require 'date' require 'time' module Hubspot module Files class Folder # Timestamp of folder creation. attr_accessor :created_at ...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/codegen/files/models/folder_update_input.rb
lib/hubspot/codegen/files/models/folder_update_input.rb
=begin #Files #Upload and manage files. The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.2.1 =end require 'date' require 'time' module Hubspot module Files # Object for updating folders. class FolderUpdateInput # New parent folderId....
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/codegen/files/models/import_from_url_task_locator.rb
lib/hubspot/codegen/files/models/import_from_url_task_locator.rb
=begin #Files #Upload and manage files. The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.2.1 =end require 'date' require 'time' module Hubspot module Files # Information on the task that has been started, and where to check it's status. cl...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/codegen/files/models/collection_response_file.rb
lib/hubspot/codegen/files/models/collection_response_file.rb
=begin #Files #Upload and manage files. The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.2.1 =end require 'date' require 'time' module Hubspot module Files # Collections of files class CollectionResponseFile attr_accessor :paging ...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/codegen/files/models/file_update_input.rb
lib/hubspot/codegen/files/models/file_update_input.rb
=begin #Files #Upload and manage files. The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.2.1 =end require 'date' require 'time' module Hubspot module Files # Object for updating files. class FileUpdateInput # NONE: Do not run any dup...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/codegen/files/models/file_action_response.rb
lib/hubspot/codegen/files/models/file_action_response.rb
=begin #Files #Upload and manage files. The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.2.1 =end require 'date' require 'time' module Hubspot module Files class FileActionResponse attr_accessor :result # Time of completion of tas...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/codegen/files/models/collection_response_folder.rb
lib/hubspot/codegen/files/models/collection_response_folder.rb
=begin #Files #Upload and manage files. The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.2.1 =end require 'date' require 'time' module Hubspot module Files class CollectionResponseFolder attr_accessor :paging # attr_accesso...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/codegen/files/models/error.rb
lib/hubspot/codegen/files/models/error.rb
=begin #Files #Upload and manage files. The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.2.1 =end require 'date' require 'time' module Hubspot module Files class Error # A specific category that contains more specific detail about the er...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/codegen/files/models/import_from_url_input.rb
lib/hubspot/codegen/files/models/import_from_url_input.rb
=begin #Files #Upload and manage files. The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.2.1 =end require 'date' require 'time' module Hubspot module Files class ImportFromUrlInput # One of folderPath or folderId is required. Destination...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/codegen/files/api/folders_api.rb
lib/hubspot/codegen/files/api/folders_api.rb
=begin #Files #Upload and manage files. The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.2.1 =end require 'cgi' module Hubspot module Files class FoldersApi attr_accessor :api_client def initialize(api_client = ApiClient.default) ...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/codegen/files/api/files_api.rb
lib/hubspot/codegen/files/api/files_api.rb
=begin #Files #Upload and manage files. The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.2.1 =end require 'cgi' module Hubspot module Files class FilesApi attr_accessor :api_client def initialize(api_client = ApiClient.default) ...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
true
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/codegen/crm/schemas/api_error.rb
lib/hubspot/codegen/crm/schemas/api_error.rb
=begin #Schemas #The CRM uses schemas to define how custom objects should store and represent information in the HubSpot CRM. Schemas define details about an object's type, properties, and associations. The schema can be uniquely identified by its **object type ID**. The version of the OpenAPI document: v3 Generated...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/codegen/crm/schemas/configuration.rb
lib/hubspot/codegen/crm/schemas/configuration.rb
=begin #Schemas #The CRM uses schemas to define how custom objects should store and represent information in the HubSpot CRM. Schemas define details about an object's type, properties, and associations. The schema can be uniquely identified by its **object type ID**. The version of the OpenAPI document: v3 Generated...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/codegen/crm/schemas/api_client.rb
lib/hubspot/codegen/crm/schemas/api_client.rb
=begin #Schemas #The CRM uses schemas to define how custom objects should store and represent information in the HubSpot CRM. Schemas define details about an object's type, properties, and associations. The schema can be uniquely identified by its **object type ID**. The version of the OpenAPI document: v3 Generated...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false
HubSpot/hubspot-api-ruby
https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/codegen/crm/schemas/models/option_input.rb
lib/hubspot/codegen/crm/schemas/models/option_input.rb
=begin #Schemas #The CRM uses schemas to define how custom objects should store and represent information in the HubSpot CRM. Schemas define details about an object's type, properties, and associations. The schema can be uniquely identified by its **object type ID**. The version of the OpenAPI document: v3 Generated...
ruby
Apache-2.0
75a9afa65e9789fbe6ff711066d798ca0c10f432
2026-01-04T17:55:03.682567Z
false