Class: Onlyfans::Models::Posts::LabelCreateResponse::Data
Overview
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/posts/label_create_response.rb', line 146
|
Instance Attribute Details
#id ⇒ Integer?
119
|
# File 'lib/onlyfans/models/posts/label_create_response.rb', line 119
optional :id, Integer
|
#is_clear_in_progress ⇒ Boolean?
124
|
# File 'lib/onlyfans/models/posts/label_create_response.rb', line 124
optional :is_clear_in_progress, Onlyfans::Internal::Type::Boolean, api_name: :isClearInProgress
|
#name ⇒ String?
129
|
# File 'lib/onlyfans/models/posts/label_create_response.rb', line 129
optional :name, String
|
#posts_count ⇒ Integer?
139
|
# File 'lib/onlyfans/models/posts/label_create_response.rb', line 139
optional :posts_count, Integer, api_name: :postsCount
|
#type ⇒ String?
144
|
# File 'lib/onlyfans/models/posts/label_create_response.rb', line 144
optional :type, String
|