Class: Amocrm::Models::RoleUpdateByIDParams::Rights::StatusRight
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], 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
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(entity_type: nil, pipeline_id: nil, rights: nil, status_id: nil) ⇒ Object
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
|
# File 'lib/amocrm/models/role_update_by_id_params.rb', line 114
class StatusRight < Amocrm::Internal::Type::BaseModel
optional :entity_type, String
optional :pipeline_id, Integer
optional :rights, Amocrm::Internal::Type::Unknown
optional :status_id, Integer
end
|
Instance Attribute Details
#entity_type ⇒ String?
118
|
# File 'lib/amocrm/models/role_update_by_id_params.rb', line 118
optional :entity_type, String
|
#pipeline_id ⇒ Integer?
123
|
# File 'lib/amocrm/models/role_update_by_id_params.rb', line 123
optional :pipeline_id, Integer
|
#status_id ⇒ Integer?
133
|
# File 'lib/amocrm/models/role_update_by_id_params.rb', line 133
optional :status_id, Integer
|