Class: Onlyfans::Models::Posts::LabelListResponse::Data
Overview
Defined Under Namespace
Classes: 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 ⇒ Object
189
|
# File 'sig/onlyfans/models/posts/label_list_response.rbs', line 189
def initialize: (
|
Instance Attribute Details
#has_more ⇒ Boolean?
124
|
# File 'lib/onlyfans/models/posts/label_list_response.rb', line 124
optional :has_more, Onlyfans::Internal::Type::Boolean, api_name: :hasMore
|
#hash_sort ⇒ String?
119
|
# File 'lib/onlyfans/models/posts/label_list_response.rb', line 119
optional :hash_sort, String, api_name: :hashSort
|
129
130
|
# File 'lib/onlyfans/models/posts/label_list_response.rb', line 129
optional :list,
-> { Onlyfans::Internal::Type::ArrayOf[Onlyfans::Models::Posts::LabelListResponse::Data::List] }
|
#next_offset ⇒ Integer?
135
|
# File 'lib/onlyfans/models/posts/label_list_response.rb', line 135
optional :next_offset, Integer, api_name: :nextOffset
|
#order ⇒ String?
140
|
# File 'lib/onlyfans/models/posts/label_list_response.rb', line 140
optional :order, String
|
#sort ⇒ String?
145
|
# File 'lib/onlyfans/models/posts/label_list_response.rb', line 145
optional :sort, String
|
Instance Method Details
#to_hash ⇒ {
198
|
# File 'sig/onlyfans/models/posts/label_list_response.rbs', line 198
def to_hash: -> {
|