Class: Moonbase::Models::ActivityListParams::ConstituentEntityID
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Moonbase::Models::ActivityListParams::ConstituentEntityID
- Defined in:
- lib/moonbase/models/activity_list_params.rb
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(after: nil, before: nil, constituent_entity_id: nil, constituent_entity_type: nil, constituent_relation: nil, limit: nil, occurred_at: nil, type: nil, request_options: {}) ⇒ Object
constructor
Some parameter documentations has been truncated, see Moonbase::Models::ActivityListParams for more details.
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(after: nil, before: nil, constituent_entity_id: nil, constituent_entity_type: nil, constituent_relation: nil, limit: nil, occurred_at: nil, type: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see Moonbase::Models::ActivityListParams for more details.
88 89 90 91 92 93 94 95 96 97 98 99 |
# File 'lib/moonbase/models/activity_list_params.rb', line 88 class ConstituentEntityID < Moonbase::Internal::Type::BaseModel # @!attribute eq # # @return [String, nil] optional :eq, String # @!method initialize(eq: nil) # Filter activities by which entities were involved. Must be paired with # constituent_entity_type. # # @param eq [String] end |
Instance Attribute Details
#eq ⇒ String?
92 |
# File 'lib/moonbase/models/activity_list_params.rb', line 92 optional :eq, String |