Class: ContextDev::Models::MonitorListAccountChangesParams
Overview
Defined Under Namespace
Modules: ChangeDetectionType, TargetType
Constant Summary
Internal::Type::RequestParameters::ContextDev
Instance Attribute Summary collapse
#request_options
Class Method Summary
collapse
Instance Method Summary
collapse
dump_request
included
==, #==, #[], 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
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize ⇒ Object
56
|
# File 'sig/context_dev/models/monitor_list_account_changes_params.rbs', line 56
def initialize: (
|
Instance Attribute Details
#change_detection_type ⇒ Symbol, ...
13
14
|
# File 'lib/context_dev/models/monitor_list_account_changes_params.rb', line 13
optional :change_detection_type,
enum: -> { ContextDev::MonitorListAccountChangesParams::ChangeDetectionType }
|
#cursor ⇒ String?
19
|
# File 'lib/context_dev/models/monitor_list_account_changes_params.rb', line 19
optional :cursor, String
|
#limit ⇒ Integer?
24
|
# File 'lib/context_dev/models/monitor_list_account_changes_params.rb', line 24
optional :limit, Integer
|
#monitor_id ⇒ String?
29
|
# File 'lib/context_dev/models/monitor_list_account_changes_params.rb', line 29
optional :monitor_id, String
|
#since ⇒ Time?
34
|
# File 'lib/context_dev/models/monitor_list_account_changes_params.rb', line 34
optional :since, Time
|
#tag ⇒ String?
Filter to items that have this tag.
40
|
# File 'lib/context_dev/models/monitor_list_account_changes_params.rb', line 40
optional :tag, String
|
#target_type ⇒ Symbol, ...
45
|
# File 'lib/context_dev/models/monitor_list_account_changes_params.rb', line 45
optional :target_type, enum: -> { ContextDev::MonitorListAccountChangesParams::TargetType }
|
#until_ ⇒ Time?
50
|
# File 'lib/context_dev/models/monitor_list_account_changes_params.rb', line 50
optional :until_, Time
|
Class Method Details
.values ⇒ Array<Symbol>
|
# File 'lib/context_dev/models/monitor_list_account_changes_params.rb', line 77
|
Instance Method Details
#to_hash ⇒ {
68
|
# File 'sig/context_dev/models/monitor_list_account_changes_params.rbs', line 68
def to_hash: -> {
|