Class: HubSpotSDK::Models::Events::OccurrenceListParams::ObjectProperty
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- HubSpotSDK::Models::Events::OccurrenceListParams::ObjectProperty
- Defined in:
- lib/hubspot_sdk/models/events/occurrence_list_params.rb
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(id: nil, after: nil, before: nil, event_type: nil, limit: nil, object_id_: nil, object_property: nil, object_type: nil, occurred_after: nil, occurred_before: nil, properties: nil, property: nil, sort: nil, request_options: {}) ⇒ Object
constructor
Some parameter documentations has been truncated, see HubSpotSDK::Models::Events::OccurrenceListParams 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(id: nil, after: nil, before: nil, event_type: nil, limit: nil, object_id_: nil, object_property: nil, object_type: nil, occurred_after: nil, occurred_before: nil, properties: nil, property: nil, sort: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see HubSpotSDK::Models::Events::OccurrenceListParams for more details.
112 113 114 115 116 117 118 119 120 |
# File 'lib/hubspot_sdk/models/events/occurrence_list_params.rb', line 112 class ObjectProperty < HubSpotSDK::Internal::Type::BaseModel # @!attribute propname # # @return [Object, nil] optional :propname, HubSpotSDK::Internal::Type::Unknown, api_name: :"{propname}" # @!method initialize(propname: nil) # @param propname [Object] end |
Instance Attribute Details
#propname ⇒ Object?
116 |
# File 'lib/hubspot_sdk/models/events/occurrence_list_params.rb', line 116 optional :propname, HubSpotSDK::Internal::Type::Unknown, api_name: :"{propname}" |