Class: Onlyfans::Models::Posts::LabelListResponse::Data::List
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, is_clear_in_progress: nil, name: nil, posts: nil, posts_count: nil, type: nil) ⇒ Object
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
|
# File 'lib/onlyfans/models/posts/label_list_response.rb', line 155
class List < Onlyfans::Internal::Type::BaseModel
optional :id, String
optional :is_clear_in_progress, Onlyfans::Internal::Type::Boolean, api_name: :isClearInProgress
optional :name, String
optional :posts, Onlyfans::Internal::Type::ArrayOf[Onlyfans::Internal::Type::Unknown]
optional :posts_count, Integer, api_name: :postsCount
optional :type, String
end
|
Instance Attribute Details
#id ⇒ String?
159
|
# File 'lib/onlyfans/models/posts/label_list_response.rb', line 159
optional :id, String
|
#is_clear_in_progress ⇒ Boolean?
164
|
# File 'lib/onlyfans/models/posts/label_list_response.rb', line 164
optional :is_clear_in_progress, Onlyfans::Internal::Type::Boolean, api_name: :isClearInProgress
|
#name ⇒ String?
169
|
# File 'lib/onlyfans/models/posts/label_list_response.rb', line 169
optional :name, String
|
#posts_count ⇒ Integer?
179
|
# File 'lib/onlyfans/models/posts/label_list_response.rb', line 179
optional :posts_count, Integer, api_name: :postsCount
|
#type ⇒ String?
184
|
# File 'lib/onlyfans/models/posts/label_list_response.rb', line 184
optional :type, String
|