Class: Amocrm::Models::EntityLinkUnlinkByEntityResponse::EmptyResponse
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Amocrm::Models::EntityLinkUnlinkByEntityResponse::EmptyResponse
- Defined in:
- lib/amocrm/models/entity_link_unlink_by_entity_response.rb,
sig/amocrm/models/entity_link_unlink_by_entity_response.rbs
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ EmptyResponse
constructor
A new instance of EmptyResponse.
- #to_hash ⇒ { _embedded: top, _links: top }
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 ⇒ EmptyResponse
Returns a new instance of EmptyResponse.
21 |
# File 'sig/amocrm/models/entity_link_unlink_by_entity_response.rbs', line 21
def initialize: (?_embedded: top, ?_links: top) -> void
|
Instance Attribute Details
#_embedded ⇒ Object?
17 |
# File 'lib/amocrm/models/entity_link_unlink_by_entity_response.rb', line 17 optional :_embedded, Amocrm::Internal::Type::Unknown |
#_links ⇒ Object?
22 |
# File 'lib/amocrm/models/entity_link_unlink_by_entity_response.rb', line 22 optional :_links, Amocrm::Internal::Type::Unknown |
Instance Method Details
#to_hash ⇒ { _embedded: top, _links: top }
23 |
# File 'sig/amocrm/models/entity_link_unlink_by_entity_response.rbs', line 23
def to_hash: -> { _embedded: top, _links: top }
|