Class: Onlyfans::Models::Posts::CommentUnlikeResponse::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(is_liked: nil, likes_count: nil, success: nil) ⇒ Object
|
# File 'lib/onlyfans/models/posts/comment_unlike_response.rb', line 131
|
Instance Attribute Details
#is_liked ⇒ Boolean?
119
|
# File 'lib/onlyfans/models/posts/comment_unlike_response.rb', line 119
optional :is_liked, Onlyfans::Internal::Type::Boolean, api_name: :isLiked
|
#likes_count ⇒ Integer?
124
|
# File 'lib/onlyfans/models/posts/comment_unlike_response.rb', line 124
optional :likes_count, Integer, api_name: :likesCount
|
#success ⇒ Boolean?
129
|
# File 'lib/onlyfans/models/posts/comment_unlike_response.rb', line 129
optional :success, Onlyfans::Internal::Type::Boolean
|
Instance Method Details
#to_hash ⇒ {
173
|
# File 'sig/onlyfans/models/posts/comment_unlike_response.rbs', line 173
def to_hash: -> {
|