Class: Believe::Models::TeamMemberUpdateParams::Updates::EquipmentManagerUpdate
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Believe::Models::TeamMemberUpdateParams::Updates::EquipmentManagerUpdate
- Defined in:
- lib/believe/models/team_member_update_params.rb
Instance Attribute Summary collapse
- #is_head_kitman ⇒ Boolean?
- #responsibilities ⇒ Array<String>?
- #team_id ⇒ String?
- #years_with_team ⇒ Integer?
Instance Method Summary collapse
-
#initialize(is_head_kitman: nil, responsibilities: nil, team_id: nil, years_with_team: nil) ⇒ Object
constructor
Update model for equipment managers.
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(is_head_kitman: nil, responsibilities: nil, team_id: nil, years_with_team: nil) ⇒ Object
Update model for equipment managers.
|
|
# File 'lib/believe/models/team_member_update_params.rb', line 202
|
Instance Attribute Details
#is_head_kitman ⇒ Boolean?
185 |
# File 'lib/believe/models/team_member_update_params.rb', line 185 optional :is_head_kitman, ::Believe::Internal::Type::Boolean, nil?: true |
#responsibilities ⇒ Array<String>?
190 |
# File 'lib/believe/models/team_member_update_params.rb', line 190 optional :responsibilities, ::Believe::Internal::Type::ArrayOf[String], nil?: true |
#team_id ⇒ String?
195 |
# File 'lib/believe/models/team_member_update_params.rb', line 195 optional :team_id, String, nil?: true |
#years_with_team ⇒ Integer?
200 |
# File 'lib/believe/models/team_member_update_params.rb', line 200 optional :years_with_team, Integer, nil?: true |