Class: ContextDev::Models::WebWebCrawlMdResponse::Metadata
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- ContextDev::Models::WebWebCrawlMdResponse::Metadata
- Defined in:
- lib/context_dev/models/web_web_crawl_md_response.rb
Overview
Instance Attribute Summary collapse
-
#max_crawl_depth ⇒ Integer
Maximum crawl depth reached during the crawl.
-
#num_failed ⇒ Integer
Number of pages that failed to crawl.
-
#num_succeeded ⇒ Integer
Number of pages successfully crawled.
-
#num_urls ⇒ Integer
Total number of URLs crawled.
Method Summary
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
This class inherits a constructor from ContextDev::Internal::Type::BaseModel
Instance Attribute Details
#max_crawl_depth ⇒ Integer
Maximum crawl depth reached during the crawl
28 |
# File 'lib/context_dev/models/web_web_crawl_md_response.rb', line 28 required :max_crawl_depth, Integer, api_name: :maxCrawlDepth |
#num_failed ⇒ Integer
Number of pages that failed to crawl
34 |
# File 'lib/context_dev/models/web_web_crawl_md_response.rb', line 34 required :num_failed, Integer, api_name: :numFailed |
#num_succeeded ⇒ Integer
Number of pages successfully crawled
40 |
# File 'lib/context_dev/models/web_web_crawl_md_response.rb', line 40 required :num_succeeded, Integer, api_name: :numSucceeded |
#num_urls ⇒ Integer
Total number of URLs crawled
46 |
# File 'lib/context_dev/models/web_web_crawl_md_response.rb', line 46 required :num_urls, Integer, api_name: :numUrls |