Class: ContextDev::Models::MonitorListAccountChangesParams

Inherits:
Internal::Type::BaseModel show all
Extended by:
Internal::Type::RequestParameters::Converter
Includes:
Internal::Type::RequestParameters
Defined in:
lib/context_dev/models/monitor_list_account_changes_params.rb,
sig/context_dev/models/monitor_list_account_changes_params.rbs

Overview

See Also:

  • ContextDev::Resources::Monitors#list_account_changes

Defined Under Namespace

Modules: ChangeDetectionType, TargetType

Constant Summary

Constants included from Internal::Type::RequestParameters

Internal::Type::RequestParameters::ContextDev

Instance Attribute Summary collapse

Attributes included from Internal::Type::RequestParameters

#request_options

Class Method Summary collapse

Instance Method Summary collapse

Methods included from Internal::Type::RequestParameters::Converter

dump_request

Methods included from Internal::Type::RequestParameters

included

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

#initializeObject



56
# File 'sig/context_dev/models/monitor_list_account_changes_params.rbs', line 56

def initialize: (

Instance Attribute Details

#change_detection_typeSymbol, ...



13
14
# File 'lib/context_dev/models/monitor_list_account_changes_params.rb', line 13

optional :change_detection_type,
enum: -> { ContextDev::MonitorListAccountChangesParams::ChangeDetectionType }

#cursorString?

Parameters:

  • (String)

Returns:

  • (String, nil)


19
# File 'lib/context_dev/models/monitor_list_account_changes_params.rb', line 19

optional :cursor, String

#limitInteger?

Parameters:

  • (Integer)

Returns:

  • (Integer, nil)


24
# File 'lib/context_dev/models/monitor_list_account_changes_params.rb', line 24

optional :limit, Integer

#monitor_idString?

Parameters:

  • (String)

Returns:

  • (String, nil)


29
# File 'lib/context_dev/models/monitor_list_account_changes_params.rb', line 29

optional :monitor_id, String

#sinceTime?

Parameters:

  • (Time)

Returns:

  • (Time, nil)


34
# File 'lib/context_dev/models/monitor_list_account_changes_params.rb', line 34

optional :since, Time

#tagString?

Filter to items that have this tag.

Parameters:

  • (String)

Returns:

  • (String, nil)


40
# File 'lib/context_dev/models/monitor_list_account_changes_params.rb', line 40

optional :tag, String

#target_typeSymbol, ...



45
# File 'lib/context_dev/models/monitor_list_account_changes_params.rb', line 45

optional :target_type, enum: -> { ContextDev::MonitorListAccountChangesParams::TargetType }

#until_Time?

Parameters:

  • (Time)

Returns:

  • (Time, nil)


50
# File 'lib/context_dev/models/monitor_list_account_changes_params.rb', line 50

optional :until_, Time

Class Method Details

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/context_dev/models/monitor_list_account_changes_params.rb', line 77

Instance Method Details

#to_hash{

Returns:

  • ({)


68
# File 'sig/context_dev/models/monitor_list_account_changes_params.rbs', line 68

def to_hash: -> {