Class: Amocrm::Models::PipelineStatusListResponse::StatusListResponse::Embedded::Status
Defined Under Namespace
Classes: 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(statuses: nil) ⇒ Object
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
|
# File 'lib/amocrm/models/pipeline_status_list_response.rb', line 39
class Status < Amocrm::Internal::Type::BaseModel
optional :id, Integer
optional :account_id, Integer
optional :color, String
optional :descriptions,
-> { Amocrm::Internal::Type::ArrayOf[Amocrm::Models::PipelineStatusListResponse::StatusListResponse::Embedded::Status::Description] },
nil?: true
optional :is_editable, Amocrm::Internal::Type::Boolean
optional :name, String
optional :pipeline_id, Integer
optional :sort, Integer
optional :type, Integer
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
end
|
Instance Attribute Details
#account_id ⇒ Integer?
48
|
# File 'lib/amocrm/models/pipeline_status_list_response.rb', line 48
optional :account_id, Integer
|
#color ⇒ String?
53
|
# File 'lib/amocrm/models/pipeline_status_list_response.rb', line 53
optional :color, String
|
58
59
60
|
# File 'lib/amocrm/models/pipeline_status_list_response.rb', line 58
optional :descriptions,
-> { Amocrm::Internal::Type::ArrayOf[Amocrm::Models::PipelineStatusListResponse::StatusListResponse::Embedded::Status::Description] },
nil?: true
|
#id ⇒ Integer?
43
|
# File 'lib/amocrm/models/pipeline_status_list_response.rb', line 43
optional :id, Integer
|
#is_editable ⇒ Boolean?
65
|
# File 'lib/amocrm/models/pipeline_status_list_response.rb', line 65
optional :is_editable, Amocrm::Internal::Type::Boolean
|
#name ⇒ String?
70
|
# File 'lib/amocrm/models/pipeline_status_list_response.rb', line 70
optional :name, String
|
#pipeline_id ⇒ Integer?
75
|
# File 'lib/amocrm/models/pipeline_status_list_response.rb', line 75
optional :pipeline_id, Integer
|
#sort ⇒ Integer?
80
|
# File 'lib/amocrm/models/pipeline_status_list_response.rb', line 80
optional :sort, Integer
|
#type ⇒ Integer?
85
|
# File 'lib/amocrm/models/pipeline_status_list_response.rb', line 85
optional :type, Integer
|
Instance Method Details
#to_hash ⇒ {
117
|
# File 'sig/amocrm/models/pipeline_status_list_response.rbs', line 117
def to_hash: -> {
|