Class: Onlyfans::Models::PostUnarchiveResponse::Data::LabelState
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
|
# File 'lib/onlyfans/models/post_unarchive_response.rb', line 215
|
Instance Attribute Details
#id ⇒ String?
188
|
# File 'lib/onlyfans/models/post_unarchive_response.rb', line 188
optional :id, String
|
#is_clear_in_progress ⇒ Boolean?
193
|
# File 'lib/onlyfans/models/post_unarchive_response.rb', line 193
optional :is_clear_in_progress, Onlyfans::Internal::Type::Boolean, api_name: :isClearInProgress
|
#name ⇒ String?
198
|
# File 'lib/onlyfans/models/post_unarchive_response.rb', line 198
optional :name, String
|
#posts_count ⇒ Integer?
208
|
# File 'lib/onlyfans/models/post_unarchive_response.rb', line 208
optional :posts_count, Integer, api_name: :postsCount
|
#type ⇒ String?
213
|
# File 'lib/onlyfans/models/post_unarchive_response.rb', line 213
optional :type, String
|