Class: Amocrm::Models::PipelineStatusGetByIDResponse::Status::Description
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(id: nil, account_id: nil, color: nil, descriptions: nil, is_editable: nil, name: nil, pipeline_id: nil, sort: nil, type: nil) ⇒ Object
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
|
# File 'lib/amocrm/models/pipeline_status_get_by_id_response.rb', line 72
class Description < Amocrm::Internal::Type::BaseModel
optional :id, Integer
optional :account_id, Integer
optional :created_at, Integer
optional :created_by, Integer
optional :description, String
optional :level, String
optional :pipeline_id, Integer
optional :status_id, Integer
optional :updated_at, Integer
optional :updated_by, Integer
end
|
Instance Attribute Details
#account_id ⇒ Integer?
81
|
# File 'lib/amocrm/models/pipeline_status_get_by_id_response.rb', line 81
optional :account_id, Integer
|
#created_at ⇒ Integer?
86
|
# File 'lib/amocrm/models/pipeline_status_get_by_id_response.rb', line 86
optional :created_at, Integer
|
#created_by ⇒ Integer?
91
|
# File 'lib/amocrm/models/pipeline_status_get_by_id_response.rb', line 91
optional :created_by, Integer
|
#description ⇒ String?
96
|
# File 'lib/amocrm/models/pipeline_status_get_by_id_response.rb', line 96
optional :description, String
|
#id ⇒ Integer?
76
|
# File 'lib/amocrm/models/pipeline_status_get_by_id_response.rb', line 76
optional :id, Integer
|
#level ⇒ String?
101
|
# File 'lib/amocrm/models/pipeline_status_get_by_id_response.rb', line 101
optional :level, String
|
#pipeline_id ⇒ Integer?
106
|
# File 'lib/amocrm/models/pipeline_status_get_by_id_response.rb', line 106
optional :pipeline_id, Integer
|
#status_id ⇒ Integer?
111
|
# File 'lib/amocrm/models/pipeline_status_get_by_id_response.rb', line 111
optional :status_id, Integer
|
#updated_at ⇒ Integer?
116
|
# File 'lib/amocrm/models/pipeline_status_get_by_id_response.rb', line 116
optional :updated_at, Integer
|
#updated_by ⇒ Integer?
121
|
# File 'lib/amocrm/models/pipeline_status_get_by_id_response.rb', line 121
optional :updated_by, Integer
|