Class: Onlyfans::Models::Engagement::MessageGetMessageBuyersResponse::Data::List
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Onlyfans::Models::Engagement::MessageGetMessageBuyersResponse::Data::List
- Defined in:
- lib/onlyfans/models/engagement/message_get_message_buyers_response.rb
Instance Attribute Summary collapse
- #avatar ⇒ String?
- #avatar_thumbs ⇒ String?
- #can_add_subscriber ⇒ Boolean?
- #can_comment_story ⇒ Boolean?
- #can_earn ⇒ Boolean?
- #can_look_story ⇒ Boolean?
- #can_pay_internal ⇒ Boolean?
- #can_report ⇒ Boolean?
- #can_restrict ⇒ Boolean?
- #current_subscribe_price ⇒ Integer?
- #display_name ⇒ String?
- #has_not_viewed_story ⇒ Boolean?
- #has_scheduled_stream ⇒ Boolean?
- #has_stories ⇒ Boolean?
- #has_stream ⇒ Boolean?
- #header ⇒ String?
- #header_size ⇒ String?
- #header_thumbs ⇒ String?
- #id ⇒ Integer?
- #is_active ⇒ Boolean?
- #is_restricted ⇒ Boolean?
- #is_verified ⇒ Boolean?
- #last_seen ⇒ String?
- #name ⇒ String?
- #notice ⇒ String?
- #show_media_count ⇒ Boolean?
- #subscribe_price ⇒ Integer?
- #subscribed_by ⇒ Boolean?
- #subscribed_by_autoprolong ⇒ Boolean?
- #subscribed_by_expire ⇒ Boolean?
- #subscribed_by_expire_date ⇒ String?
- #subscribed_is_expired_now ⇒ Boolean?
- #subscribed_on ⇒ String?
- #subscribed_on_duration ⇒ String?
- #subscribed_on_expired_now ⇒ Boolean?
- #tips_enabled ⇒ Boolean?
- #tips_max ⇒ Integer?
- #tips_min ⇒ Integer?
- #tips_min_internal ⇒ Integer?
- #tips_text_enabled ⇒ Boolean?
- #username ⇒ String?
- #view ⇒ String?
Instance Method Summary collapse
Methods inherited from Internal::Type::BaseModel
==, #==, #[], 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
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(id: nil, avatar: nil, avatar_thumbs: nil, can_add_subscriber: nil, can_comment_story: nil, can_earn: nil, can_look_story: nil, can_pay_internal: nil, can_report: nil, can_restrict: nil, current_subscribe_price: nil, display_name: nil, has_not_viewed_story: nil, has_scheduled_stream: nil, has_stories: nil, has_stream: nil, header: nil, header_size: nil, header_thumbs: nil, is_active: nil, is_restricted: nil, is_verified: nil, last_seen: nil, name: nil, notice: nil, show_media_count: nil, subscribed_by: nil, subscribed_by_autoprolong: nil, subscribed_by_expire: nil, subscribed_by_expire_date: nil, subscribed_is_expired_now: nil, subscribed_on: nil, subscribed_on_duration: nil, subscribed_on_expired_now: nil, subscribe_price: nil, tips_enabled: nil, tips_max: nil, tips_min: nil, tips_min_internal: nil, tips_text_enabled: nil, username: nil, view: 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 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 |
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 155 class List < Onlyfans::Internal::Type::BaseModel # @!attribute id # # @return [Integer, nil] optional :id, Integer # @!attribute avatar # # @return [String, nil] optional :avatar, String, nil?: true # @!attribute avatar_thumbs # # @return [String, nil] optional :avatar_thumbs, String, api_name: :avatarThumbs, nil?: true # @!attribute can_add_subscriber # # @return [Boolean, nil] optional :can_add_subscriber, Onlyfans::Internal::Type::Boolean, api_name: :canAddSubscriber # @!attribute can_comment_story # # @return [Boolean, nil] optional :can_comment_story, Onlyfans::Internal::Type::Boolean, api_name: :canCommentStory # @!attribute can_earn # # @return [Boolean, nil] optional :can_earn, Onlyfans::Internal::Type::Boolean, api_name: :canEarn # @!attribute can_look_story # # @return [Boolean, nil] optional :can_look_story, Onlyfans::Internal::Type::Boolean, api_name: :canLookStory # @!attribute can_pay_internal # # @return [Boolean, nil] optional :can_pay_internal, Onlyfans::Internal::Type::Boolean, api_name: :canPayInternal # @!attribute can_report # # @return [Boolean, nil] optional :can_report, Onlyfans::Internal::Type::Boolean, api_name: :canReport # @!attribute can_restrict # # @return [Boolean, nil] optional :can_restrict, Onlyfans::Internal::Type::Boolean, api_name: :canRestrict # @!attribute current_subscribe_price # # @return [Integer, nil] optional :current_subscribe_price, Integer, api_name: :currentSubscribePrice # @!attribute display_name # # @return [String, nil] optional :display_name, String, api_name: :displayName # @!attribute has_not_viewed_story # # @return [Boolean, nil] optional :has_not_viewed_story, Onlyfans::Internal::Type::Boolean, api_name: :hasNotViewedStory # @!attribute has_scheduled_stream # # @return [Boolean, nil] optional :has_scheduled_stream, Onlyfans::Internal::Type::Boolean, api_name: :hasScheduledStream # @!attribute has_stories # # @return [Boolean, nil] optional :has_stories, Onlyfans::Internal::Type::Boolean, api_name: :hasStories # @!attribute has_stream # # @return [Boolean, nil] optional :has_stream, Onlyfans::Internal::Type::Boolean, api_name: :hasStream # @!attribute header # # @return [String, nil] optional :header, String, nil?: true # @!attribute header_size # # @return [String, nil] optional :header_size, String, api_name: :headerSize, nil?: true # @!attribute header_thumbs # # @return [String, nil] optional :header_thumbs, String, api_name: :headerThumbs, nil?: true # @!attribute is_active # # @return [Boolean, nil] optional :is_active, Onlyfans::Internal::Type::Boolean, api_name: :isActive # @!attribute is_restricted # # @return [Boolean, nil] optional :is_restricted, Onlyfans::Internal::Type::Boolean, api_name: :isRestricted # @!attribute is_verified # # @return [Boolean, nil] optional :is_verified, Onlyfans::Internal::Type::Boolean, api_name: :isVerified # @!attribute last_seen # # @return [String, nil] optional :last_seen, String, api_name: :lastSeen # @!attribute name # # @return [String, nil] optional :name, String # @!attribute notice # # @return [String, nil] optional :notice, String # @!attribute show_media_count # # @return [Boolean, nil] optional :show_media_count, Onlyfans::Internal::Type::Boolean, api_name: :showMediaCount # @!attribute subscribed_by # # @return [Boolean, nil] optional :subscribed_by, Onlyfans::Internal::Type::Boolean, api_name: :subscribedBy # @!attribute subscribed_by_autoprolong # # @return [Boolean, nil] optional :subscribed_by_autoprolong, Onlyfans::Internal::Type::Boolean, api_name: :subscribedByAutoprolong # @!attribute subscribed_by_expire # # @return [Boolean, nil] optional :subscribed_by_expire, Onlyfans::Internal::Type::Boolean, api_name: :subscribedByExpire # @!attribute subscribed_by_expire_date # # @return [String, nil] optional :subscribed_by_expire_date, String, api_name: :subscribedByExpireDate # @!attribute subscribed_is_expired_now # # @return [Boolean, nil] optional :subscribed_is_expired_now, Onlyfans::Internal::Type::Boolean, api_name: :subscribedIsExpiredNow # @!attribute subscribed_on # # @return [String, nil] optional :subscribed_on, String, api_name: :subscribedOn, nil?: true # @!attribute subscribed_on_duration # # @return [String, nil] optional :subscribed_on_duration, String, api_name: :subscribedOnDuration # @!attribute subscribed_on_expired_now # # @return [Boolean, nil] optional :subscribed_on_expired_now, Onlyfans::Internal::Type::Boolean, api_name: :subscribedOnExpiredNow # @!attribute subscribe_price # # @return [Integer, nil] optional :subscribe_price, Integer, api_name: :subscribePrice # @!attribute tips_enabled # # @return [Boolean, nil] optional :tips_enabled, Onlyfans::Internal::Type::Boolean, api_name: :tipsEnabled # @!attribute tips_max # # @return [Integer, nil] optional :tips_max, Integer, api_name: :tipsMax # @!attribute tips_min # # @return [Integer, nil] optional :tips_min, Integer, api_name: :tipsMin # @!attribute tips_min_internal # # @return [Integer, nil] optional :tips_min_internal, Integer, api_name: :tipsMinInternal # @!attribute tips_text_enabled # # @return [Boolean, nil] optional :tips_text_enabled, Onlyfans::Internal::Type::Boolean, api_name: :tipsTextEnabled # @!attribute username # # @return [String, nil] optional :username, String # @!attribute view # # @return [String, nil] optional :view, String # @!method initialize(id: nil, avatar: nil, avatar_thumbs: nil, can_add_subscriber: nil, can_comment_story: nil, can_earn: nil, can_look_story: nil, can_pay_internal: nil, can_report: nil, can_restrict: nil, current_subscribe_price: nil, display_name: nil, has_not_viewed_story: nil, has_scheduled_stream: nil, has_stories: nil, has_stream: nil, header: nil, header_size: nil, header_thumbs: nil, is_active: nil, is_restricted: nil, is_verified: nil, last_seen: nil, name: nil, notice: nil, show_media_count: nil, subscribed_by: nil, subscribed_by_autoprolong: nil, subscribed_by_expire: nil, subscribed_by_expire_date: nil, subscribed_is_expired_now: nil, subscribed_on: nil, subscribed_on_duration: nil, subscribed_on_expired_now: nil, subscribe_price: nil, tips_enabled: nil, tips_max: nil, tips_min: nil, tips_min_internal: nil, tips_text_enabled: nil, username: nil, view: nil) # @param id [Integer] # @param avatar [String, nil] # @param avatar_thumbs [String, nil] # @param can_add_subscriber [Boolean] # @param can_comment_story [Boolean] # @param can_earn [Boolean] # @param can_look_story [Boolean] # @param can_pay_internal [Boolean] # @param can_report [Boolean] # @param can_restrict [Boolean] # @param current_subscribe_price [Integer] # @param display_name [String] # @param has_not_viewed_story [Boolean] # @param has_scheduled_stream [Boolean] # @param has_stories [Boolean] # @param has_stream [Boolean] # @param header [String, nil] # @param header_size [String, nil] # @param header_thumbs [String, nil] # @param is_active [Boolean] # @param is_restricted [Boolean] # @param is_verified [Boolean] # @param last_seen [String] # @param name [String] # @param notice [String] # @param show_media_count [Boolean] # @param subscribed_by [Boolean] # @param subscribed_by_autoprolong [Boolean] # @param subscribed_by_expire [Boolean] # @param subscribed_by_expire_date [String] # @param subscribed_is_expired_now [Boolean] # @param subscribed_on [String, nil] # @param subscribed_on_duration [String] # @param subscribed_on_expired_now [Boolean] # @param subscribe_price [Integer] # @param tips_enabled [Boolean] # @param tips_max [Integer] # @param tips_min [Integer] # @param tips_min_internal [Integer] # @param tips_text_enabled [Boolean] # @param username [String] # @param view [String] end |
Instance Attribute Details
#avatar ⇒ String?
164 |
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 164 optional :avatar, String, nil?: true |
#avatar_thumbs ⇒ String?
169 |
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 169 optional :avatar_thumbs, String, api_name: :avatarThumbs, nil?: true |
#can_add_subscriber ⇒ Boolean?
174 |
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 174 optional :can_add_subscriber, Onlyfans::Internal::Type::Boolean, api_name: :canAddSubscriber |
#can_comment_story ⇒ Boolean?
179 |
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 179 optional :can_comment_story, Onlyfans::Internal::Type::Boolean, api_name: :canCommentStory |
#can_earn ⇒ Boolean?
184 |
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 184 optional :can_earn, Onlyfans::Internal::Type::Boolean, api_name: :canEarn |
#can_look_story ⇒ Boolean?
189 |
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 189 optional :can_look_story, Onlyfans::Internal::Type::Boolean, api_name: :canLookStory |
#can_pay_internal ⇒ Boolean?
194 |
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 194 optional :can_pay_internal, Onlyfans::Internal::Type::Boolean, api_name: :canPayInternal |
#can_report ⇒ Boolean?
199 |
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 199 optional :can_report, Onlyfans::Internal::Type::Boolean, api_name: :canReport |
#can_restrict ⇒ Boolean?
204 |
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 204 optional :can_restrict, Onlyfans::Internal::Type::Boolean, api_name: :canRestrict |
#current_subscribe_price ⇒ Integer?
209 |
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 209 optional :current_subscribe_price, Integer, api_name: :currentSubscribePrice |
#display_name ⇒ String?
214 |
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 214 optional :display_name, String, api_name: :displayName |
#has_not_viewed_story ⇒ Boolean?
219 |
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 219 optional :has_not_viewed_story, Onlyfans::Internal::Type::Boolean, api_name: :hasNotViewedStory |
#has_scheduled_stream ⇒ Boolean?
224 |
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 224 optional :has_scheduled_stream, Onlyfans::Internal::Type::Boolean, api_name: :hasScheduledStream |
#has_stories ⇒ Boolean?
229 |
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 229 optional :has_stories, Onlyfans::Internal::Type::Boolean, api_name: :hasStories |
#has_stream ⇒ Boolean?
234 |
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 234 optional :has_stream, Onlyfans::Internal::Type::Boolean, api_name: :hasStream |
#header ⇒ String?
239 |
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 239 optional :header, String, nil?: true |
#header_size ⇒ String?
244 |
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 244 optional :header_size, String, api_name: :headerSize, nil?: true |
#header_thumbs ⇒ String?
249 |
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 249 optional :header_thumbs, String, api_name: :headerThumbs, nil?: true |
#id ⇒ Integer?
159 |
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 159 optional :id, Integer |
#is_active ⇒ Boolean?
254 |
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 254 optional :is_active, Onlyfans::Internal::Type::Boolean, api_name: :isActive |
#is_restricted ⇒ Boolean?
259 |
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 259 optional :is_restricted, Onlyfans::Internal::Type::Boolean, api_name: :isRestricted |
#is_verified ⇒ Boolean?
264 |
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 264 optional :is_verified, Onlyfans::Internal::Type::Boolean, api_name: :isVerified |
#last_seen ⇒ String?
269 |
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 269 optional :last_seen, String, api_name: :lastSeen |
#name ⇒ String?
274 |
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 274 optional :name, String |
#notice ⇒ String?
279 |
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 279 optional :notice, String |
#show_media_count ⇒ Boolean?
284 |
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 284 optional :show_media_count, Onlyfans::Internal::Type::Boolean, api_name: :showMediaCount |
#subscribe_price ⇒ Integer?
335 |
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 335 optional :subscribe_price, Integer, api_name: :subscribePrice |
#subscribed_by ⇒ Boolean?
289 |
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 289 optional :subscribed_by, Onlyfans::Internal::Type::Boolean, api_name: :subscribedBy |
#subscribed_by_autoprolong ⇒ Boolean?
294 295 296 |
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 294 optional :subscribed_by_autoprolong, Onlyfans::Internal::Type::Boolean, api_name: :subscribedByAutoprolong |
#subscribed_by_expire ⇒ Boolean?
301 |
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 301 optional :subscribed_by_expire, Onlyfans::Internal::Type::Boolean, api_name: :subscribedByExpire |
#subscribed_by_expire_date ⇒ String?
306 |
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 306 optional :subscribed_by_expire_date, String, api_name: :subscribedByExpireDate |
#subscribed_is_expired_now ⇒ Boolean?
311 312 313 |
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 311 optional :subscribed_is_expired_now, Onlyfans::Internal::Type::Boolean, api_name: :subscribedIsExpiredNow |
#subscribed_on ⇒ String?
318 |
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 318 optional :subscribed_on, String, api_name: :subscribedOn, nil?: true |
#subscribed_on_duration ⇒ String?
323 |
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 323 optional :subscribed_on_duration, String, api_name: :subscribedOnDuration |
#subscribed_on_expired_now ⇒ Boolean?
328 329 330 |
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 328 optional :subscribed_on_expired_now, Onlyfans::Internal::Type::Boolean, api_name: :subscribedOnExpiredNow |
#tips_enabled ⇒ Boolean?
340 |
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 340 optional :tips_enabled, Onlyfans::Internal::Type::Boolean, api_name: :tipsEnabled |
#tips_max ⇒ Integer?
345 |
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 345 optional :tips_max, Integer, api_name: :tipsMax |
#tips_min ⇒ Integer?
350 |
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 350 optional :tips_min, Integer, api_name: :tipsMin |
#tips_min_internal ⇒ Integer?
355 |
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 355 optional :tips_min_internal, Integer, api_name: :tipsMinInternal |
#tips_text_enabled ⇒ Boolean?
360 |
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 360 optional :tips_text_enabled, Onlyfans::Internal::Type::Boolean, api_name: :tipsTextEnabled |
#username ⇒ String?
365 |
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 365 optional :username, String |
#view ⇒ String?
370 |
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 370 optional :view, String |