Class: ContextDev::Models::MonitorListResponse::Data::Target::Sitemap
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- ContextDev::Models::MonitorListResponse::Data::Target::Sitemap
- Defined in:
- lib/context_dev/models/monitor_list_response.rb,
sig/context_dev/models/monitor_list_response.rbs
Instance Attribute Summary collapse
-
#exclude ⇒ Array<String>?
URL path patterns to exclude (max 50).
-
#include ⇒ Array<String>?
URL path patterns to include (max 50).
-
#max_urls ⇒ Integer?
Maximum number of sitemap URLs to track (capped at 10,000).
- #type ⇒ Symbol, :sitemap
-
#url ⇒ String
Sitemap URL to monitor.
Instance Method Summary collapse
- #initialize ⇒ Object constructor
- #to_hash ⇒ {
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, 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
#initialize ⇒ Object
293 |
# File 'sig/context_dev/models/monitor_list_response.rbs', line 293
def initialize: (
|
Instance Attribute Details
#exclude ⇒ Array<String>?
URL path patterns to exclude (max 50).
378 |
# File 'lib/context_dev/models/monitor_list_response.rb', line 378 optional :exclude, ContextDev::Internal::Type::ArrayOf[String] |
#include ⇒ Array<String>?
URL path patterns to include (max 50).
384 |
# File 'lib/context_dev/models/monitor_list_response.rb', line 384 optional :include, ContextDev::Internal::Type::ArrayOf[String] |
#max_urls ⇒ Integer?
Maximum number of sitemap URLs to track (capped at 10,000).
390 |
# File 'lib/context_dev/models/monitor_list_response.rb', line 390 optional :max_urls, Integer |
#type ⇒ Symbol, :sitemap
366 |
# File 'lib/context_dev/models/monitor_list_response.rb', line 366 required :type, const: :sitemap |
#url ⇒ String
Sitemap URL to monitor.
372 |
# File 'lib/context_dev/models/monitor_list_response.rb', line 372 required :url, String |
Instance Method Details
#to_hash ⇒ {
301 |
# File 'sig/context_dev/models/monitor_list_response.rbs', line 301
def to_hash: -> {
|