Class: Onlyfans::Models::FanListTopResponse::Data::User
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Onlyfans::Models::FanListTopResponse::Data::User
- Defined in:
- lib/onlyfans/models/fan_list_top_response.rb
Defined Under Namespace
Classes: AvatarThumbs, ListsState, SubscribedOnData
Instance Attribute Summary collapse
- #avatar ⇒ String?
- #avatar_thumbs ⇒ Onlyfans::Models::FanListTopResponse::Data::User::AvatarThumbs?
- #can_add_subscriber ⇒ Boolean?
- #can_comment_story ⇒ Boolean?
- #can_earn ⇒ Boolean?
- #can_look_story ⇒ Boolean?
- #can_pay_internal ⇒ Boolean?
- #can_receive_chat_message ⇒ Boolean?
- #can_report ⇒ Boolean?
- #can_restrict ⇒ Boolean?
- #can_trial_send ⇒ Boolean?
- #current_subscribe_price ⇒ String?
- #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?
- #hide_chat ⇒ Boolean?
- #id ⇒ Integer?
- #is_blocked ⇒ Boolean?
- #is_paywall_required ⇒ Boolean?
- #is_performer ⇒ Boolean?
- #is_real_performer ⇒ Boolean?
- #is_restricted ⇒ Boolean?
- #is_verified ⇒ Boolean?
- #last_seen ⇒ String?
- #lists_states ⇒ Array<Onlyfans::Models::FanListTopResponse::Data::User::ListsState>?
- #name ⇒ String?
- #notice ⇒ String?
- #subscribe_price ⇒ Float?
- #subscribed_by ⇒ Boolean?
- #subscribed_by_autoprolong ⇒ String?
- #subscribed_by_data ⇒ String?
- #subscribed_by_expire ⇒ String?
- #subscribed_by_expire_date ⇒ String?
- #subscribed_is_expired_now ⇒ String?
- #subscribed_on ⇒ Boolean?
- #subscribed_on_data ⇒ Onlyfans::Models::FanListTopResponse::Data::User::SubscribedOnData?
- #subscribed_on_duration ⇒ String?
- #subscribed_on_expired_now ⇒ Boolean?
- #subscription_bundles ⇒ Array<Object>?
- #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, can_add_user: nil, cannot_add_user_reason: nil, has_user: nil, name: nil, type: nil) ⇒ Object
124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 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 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 |
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 124 class User < Onlyfans::Internal::Type::BaseModel # @!attribute id # # @return [Integer, nil] optional :id, Integer # @!attribute avatar # # @return [String, nil] optional :avatar, String # @!attribute avatar_thumbs # # @return [Onlyfans::Models::FanListTopResponse::Data::User::AvatarThumbs, nil] optional :avatar_thumbs, -> { Onlyfans::Models::FanListTopResponse::Data::User::AvatarThumbs }, api_name: :avatarThumbs # @!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_receive_chat_message # # @return [Boolean, nil] optional :can_receive_chat_message, Onlyfans::Internal::Type::Boolean, api_name: :canReceiveChatMessage # @!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 can_trial_send # # @return [Boolean, nil] optional :can_trial_send, Onlyfans::Internal::Type::Boolean, api_name: :canTrialSend # @!attribute current_subscribe_price # # @return [String, nil] optional :current_subscribe_price, String, api_name: :currentSubscribePrice, nil?: true # @!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 hide_chat # # @return [Boolean, nil] optional :hide_chat, Onlyfans::Internal::Type::Boolean, api_name: :hideChat # @!attribute is_blocked # # @return [Boolean, nil] optional :is_blocked, Onlyfans::Internal::Type::Boolean, api_name: :isBlocked # @!attribute is_paywall_required # # @return [Boolean, nil] optional :is_paywall_required, Onlyfans::Internal::Type::Boolean, api_name: :isPaywallRequired # @!attribute is_performer # # @return [Boolean, nil] optional :is_performer, Onlyfans::Internal::Type::Boolean, api_name: :isPerformer # @!attribute is_real_performer # # @return [Boolean, nil] optional :is_real_performer, Onlyfans::Internal::Type::Boolean, api_name: :isRealPerformer # @!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 lists_states # # @return [Array<Onlyfans::Models::FanListTopResponse::Data::User::ListsState>, nil] optional :lists_states, -> { Onlyfans::Internal::Type::ArrayOf[Onlyfans::Models::FanListTopResponse::Data::User::ListsState] }, api_name: :listsStates # @!attribute name # # @return [String, nil] optional :name, String # @!attribute notice # # @return [String, nil] optional :notice, String # @!attribute subscribed_by # # @return [Boolean, nil] optional :subscribed_by, Onlyfans::Internal::Type::Boolean, api_name: :subscribedBy # @!attribute subscribed_by_autoprolong # # @return [String, nil] optional :subscribed_by_autoprolong, String, api_name: :subscribedByAutoprolong, nil?: true # @!attribute subscribed_by_data # # @return [String, nil] optional :subscribed_by_data, String, api_name: :subscribedByData, nil?: true # @!attribute subscribed_by_expire # # @return [String, nil] optional :subscribed_by_expire, String, api_name: :subscribedByExpire, nil?: true # @!attribute subscribed_by_expire_date # # @return [String, nil] optional :subscribed_by_expire_date, String, api_name: :subscribedByExpireDate, nil?: true # @!attribute subscribed_is_expired_now # # @return [String, nil] optional :subscribed_is_expired_now, String, api_name: :subscribedIsExpiredNow, nil?: true # @!attribute subscribed_on # # @return [Boolean, nil] optional :subscribed_on, Onlyfans::Internal::Type::Boolean, api_name: :subscribedOn # @!attribute subscribed_on_data # # @return [Onlyfans::Models::FanListTopResponse::Data::User::SubscribedOnData, nil] optional :subscribed_on_data, -> { Onlyfans::Models::FanListTopResponse::Data::User::SubscribedOnData }, api_name: :subscribedOnData # @!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 [Float, nil] optional :subscribe_price, Float, api_name: :subscribePrice # @!attribute subscription_bundles # # @return [Array<Object>, nil] optional :subscription_bundles, Onlyfans::Internal::Type::ArrayOf[Onlyfans::Internal::Type::Unknown], api_name: :subscriptionBundles # @!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_receive_chat_message: nil, can_report: nil, can_restrict: nil, can_trial_send: 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, hide_chat: nil, is_blocked: nil, is_paywall_required: nil, is_performer: nil, is_real_performer: nil, is_restricted: nil, is_verified: nil, last_seen: nil, lists_states: nil, name: nil, notice: nil, subscribed_by: nil, subscribed_by_autoprolong: nil, subscribed_by_data: nil, subscribed_by_expire: nil, subscribed_by_expire_date: nil, subscribed_is_expired_now: nil, subscribed_on: nil, subscribed_on_data: nil, subscribed_on_duration: nil, subscribed_on_expired_now: nil, subscribe_price: nil, subscription_bundles: 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] # @param avatar_thumbs [Onlyfans::Models::FanListTopResponse::Data::User::AvatarThumbs] # @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_receive_chat_message [Boolean] # @param can_report [Boolean] # @param can_restrict [Boolean] # @param can_trial_send [Boolean] # @param current_subscribe_price [String, nil] # @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 hide_chat [Boolean] # @param is_blocked [Boolean] # @param is_paywall_required [Boolean] # @param is_performer [Boolean] # @param is_real_performer [Boolean] # @param is_restricted [Boolean] # @param is_verified [Boolean] # @param last_seen [String] # @param lists_states [Array<Onlyfans::Models::FanListTopResponse::Data::User::ListsState>] # @param name [String] # @param notice [String] # @param subscribed_by [Boolean] # @param subscribed_by_autoprolong [String, nil] # @param subscribed_by_data [String, nil] # @param subscribed_by_expire [String, nil] # @param subscribed_by_expire_date [String, nil] # @param subscribed_is_expired_now [String, nil] # @param subscribed_on [Boolean] # @param subscribed_on_data [Onlyfans::Models::FanListTopResponse::Data::User::SubscribedOnData] # @param subscribed_on_duration [String] # @param subscribed_on_expired_now [Boolean] # @param subscribe_price [Float] # @param subscription_bundles [Array<Object>] # @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] # @see Onlyfans::Models::FanListTopResponse::Data::User#avatar_thumbs class AvatarThumbs < Onlyfans::Internal::Type::BaseModel # @!attribute c144 # # @return [String, nil] optional :c144, String # @!attribute c50 # # @return [String, nil] optional :c50, String # @!method initialize(c144: nil, c50: nil) # @param c144 [String] # @param c50 [String] end class ListsState < Onlyfans::Internal::Type::BaseModel # @!attribute id # # @return [String, nil] optional :id, String # @!attribute can_add_user # # @return [Boolean, nil] optional :can_add_user, Onlyfans::Internal::Type::Boolean, api_name: :canAddUser # @!attribute cannot_add_user_reason # # @return [String, nil] optional :cannot_add_user_reason, String, api_name: :cannotAddUserReason # @!attribute has_user # # @return [Boolean, nil] optional :has_user, Onlyfans::Internal::Type::Boolean, api_name: :hasUser # @!attribute name # # @return [String, nil] optional :name, String # @!attribute type # # @return [String, nil] optional :type, String # @!method initialize(id: nil, can_add_user: nil, cannot_add_user_reason: nil, has_user: nil, name: nil, type: nil) # @param id [String] # @param can_add_user [Boolean] # @param cannot_add_user_reason [String] # @param has_user [Boolean] # @param name [String] # @param type [String] end # @see Onlyfans::Models::FanListTopResponse::Data::User#subscribed_on_data class SubscribedOnData < Onlyfans::Internal::Type::BaseModel # @!attribute discount_finished_at # # @return [String, nil] optional :discount_finished_at, String, api_name: :discountFinishedAt, nil?: true # @!attribute discount_percent # # @return [Integer, nil] optional :discount_percent, Integer, api_name: :discountPercent # @!attribute discount_period # # @return [Integer, nil] optional :discount_period, Integer, api_name: :discountPeriod # @!attribute discount_started_at # # @return [String, nil] optional :discount_started_at, String, api_name: :discountStartedAt, nil?: true # @!attribute duration # # @return [String, nil] optional :duration, String # @!attribute expired_at # # @return [String, nil] optional :expired_at, String, api_name: :expiredAt # @!attribute is_muted # # @return [Boolean, nil] optional :is_muted, Onlyfans::Internal::Type::Boolean, api_name: :isMuted # @!attribute last_activity # # @return [String, nil] optional :last_activity, String, api_name: :lastActivity # @!attribute messages_summ # # @return [Integer, nil] optional :messages_summ, Integer, api_name: :messagesSumm # @!attribute new_price # # @return [Integer, nil] optional :new_price, Integer, api_name: :newPrice # @!attribute posts_summ # # @return [Integer, nil] optional :posts_summ, Integer, api_name: :postsSumm # @!attribute price # # @return [Integer, nil] optional :price, Integer # @!attribute recommendations # # @return [Integer, nil] optional :recommendations, Integer # @!attribute regular_price # # @return [Integer, nil] optional :regular_price, Integer, api_name: :regularPrice # @!attribute renewed_at # # @return [String, nil] optional :renewed_at, String, api_name: :renewedAt, nil?: true # @!attribute status # # @return [String, nil] optional :status, String # @!attribute streams_summ # # @return [Integer, nil] optional :streams_summ, Integer, api_name: :streamsSumm # @!attribute subscribe_at # # @return [String, nil] optional :subscribe_at, String, api_name: :subscribeAt # @!attribute subscribe_price # # @return [Integer, nil] optional :subscribe_price, Integer, api_name: :subscribePrice # @!attribute subscribes_summ # # @return [Integer, nil] optional :subscribes_summ, Integer, api_name: :subscribesSumm # @!attribute tips_summ # # @return [Integer, nil] optional :tips_summ, Integer, api_name: :tipsSumm # @!attribute total_summ # # @return [Integer, nil] optional :total_summ, Integer, api_name: :totalSumm # @!attribute unsubscribe_reason # # @return [String, nil] optional :unsubscribe_reason, String, api_name: :unsubscribeReason # @!method initialize(discount_finished_at: nil, discount_percent: nil, discount_period: nil, discount_started_at: nil, duration: nil, expired_at: nil, is_muted: nil, last_activity: nil, messages_summ: nil, new_price: nil, posts_summ: nil, price: nil, recommendations: nil, regular_price: nil, renewed_at: nil, status: nil, streams_summ: nil, subscribe_at: nil, subscribe_price: nil, subscribes_summ: nil, tips_summ: nil, total_summ: nil, unsubscribe_reason: nil) # @param discount_finished_at [String, nil] # @param discount_percent [Integer] # @param discount_period [Integer] # @param discount_started_at [String, nil] # @param duration [String] # @param expired_at [String] # @param is_muted [Boolean] # @param last_activity [String] # @param messages_summ [Integer] # @param new_price [Integer] # @param posts_summ [Integer] # @param price [Integer] # @param recommendations [Integer] # @param regular_price [Integer] # @param renewed_at [String, nil] # @param status [String] # @param streams_summ [Integer] # @param subscribe_at [String] # @param subscribe_price [Integer] # @param subscribes_summ [Integer] # @param tips_summ [Integer] # @param total_summ [Integer] # @param unsubscribe_reason [String] end end |
Instance Attribute Details
#avatar ⇒ String?
133 |
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 133 optional :avatar, String |
#avatar_thumbs ⇒ Onlyfans::Models::FanListTopResponse::Data::User::AvatarThumbs?
138 139 140 |
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 138 optional :avatar_thumbs, -> { Onlyfans::Models::FanListTopResponse::Data::User::AvatarThumbs }, api_name: :avatarThumbs |
#can_add_subscriber ⇒ Boolean?
145 |
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 145 optional :can_add_subscriber, Onlyfans::Internal::Type::Boolean, api_name: :canAddSubscriber |
#can_comment_story ⇒ Boolean?
150 |
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 150 optional :can_comment_story, Onlyfans::Internal::Type::Boolean, api_name: :canCommentStory |
#can_earn ⇒ Boolean?
155 |
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 155 optional :can_earn, Onlyfans::Internal::Type::Boolean, api_name: :canEarn |
#can_look_story ⇒ Boolean?
160 |
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 160 optional :can_look_story, Onlyfans::Internal::Type::Boolean, api_name: :canLookStory |
#can_pay_internal ⇒ Boolean?
165 |
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 165 optional :can_pay_internal, Onlyfans::Internal::Type::Boolean, api_name: :canPayInternal |
#can_receive_chat_message ⇒ Boolean?
170 171 172 |
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 170 optional :can_receive_chat_message, Onlyfans::Internal::Type::Boolean, api_name: :canReceiveChatMessage |
#can_report ⇒ Boolean?
177 |
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 177 optional :can_report, Onlyfans::Internal::Type::Boolean, api_name: :canReport |
#can_restrict ⇒ Boolean?
182 |
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 182 optional :can_restrict, Onlyfans::Internal::Type::Boolean, api_name: :canRestrict |
#can_trial_send ⇒ Boolean?
187 |
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 187 optional :can_trial_send, Onlyfans::Internal::Type::Boolean, api_name: :canTrialSend |
#current_subscribe_price ⇒ String?
192 |
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 192 optional :current_subscribe_price, String, api_name: :currentSubscribePrice, nil?: true |
#display_name ⇒ String?
197 |
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 197 optional :display_name, String, api_name: :displayName |
#has_not_viewed_story ⇒ Boolean?
202 |
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 202 optional :has_not_viewed_story, Onlyfans::Internal::Type::Boolean, api_name: :hasNotViewedStory |
#has_scheduled_stream ⇒ Boolean?
207 |
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 207 optional :has_scheduled_stream, Onlyfans::Internal::Type::Boolean, api_name: :hasScheduledStream |
#has_stories ⇒ Boolean?
212 |
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 212 optional :has_stories, Onlyfans::Internal::Type::Boolean, api_name: :hasStories |
#has_stream ⇒ Boolean?
217 |
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 217 optional :has_stream, Onlyfans::Internal::Type::Boolean, api_name: :hasStream |
#header ⇒ String?
222 |
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 222 optional :header, String, nil?: true |
#header_size ⇒ String?
227 |
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 227 optional :header_size, String, api_name: :headerSize, nil?: true |
#header_thumbs ⇒ String?
232 |
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 232 optional :header_thumbs, String, api_name: :headerThumbs, nil?: true |
#hide_chat ⇒ Boolean?
237 |
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 237 optional :hide_chat, Onlyfans::Internal::Type::Boolean, api_name: :hideChat |
#id ⇒ Integer?
128 |
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 128 optional :id, Integer |
#is_blocked ⇒ Boolean?
242 |
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 242 optional :is_blocked, Onlyfans::Internal::Type::Boolean, api_name: :isBlocked |
#is_paywall_required ⇒ Boolean?
247 |
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 247 optional :is_paywall_required, Onlyfans::Internal::Type::Boolean, api_name: :isPaywallRequired |
#is_performer ⇒ Boolean?
252 |
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 252 optional :is_performer, Onlyfans::Internal::Type::Boolean, api_name: :isPerformer |
#is_real_performer ⇒ Boolean?
257 |
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 257 optional :is_real_performer, Onlyfans::Internal::Type::Boolean, api_name: :isRealPerformer |
#is_restricted ⇒ Boolean?
262 |
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 262 optional :is_restricted, Onlyfans::Internal::Type::Boolean, api_name: :isRestricted |
#is_verified ⇒ Boolean?
267 |
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 267 optional :is_verified, Onlyfans::Internal::Type::Boolean, api_name: :isVerified |
#last_seen ⇒ String?
272 |
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 272 optional :last_seen, String, api_name: :lastSeen |
#lists_states ⇒ Array<Onlyfans::Models::FanListTopResponse::Data::User::ListsState>?
277 278 279 |
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 277 optional :lists_states, -> { Onlyfans::Internal::Type::ArrayOf[Onlyfans::Models::FanListTopResponse::Data::User::ListsState] }, api_name: :listsStates |
#name ⇒ String?
284 |
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 284 optional :name, String |
#notice ⇒ String?
289 |
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 289 optional :notice, String |
#subscribe_price ⇒ Float?
348 |
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 348 optional :subscribe_price, Float, api_name: :subscribePrice |
#subscribed_by ⇒ Boolean?
294 |
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 294 optional :subscribed_by, Onlyfans::Internal::Type::Boolean, api_name: :subscribedBy |
#subscribed_by_autoprolong ⇒ String?
299 |
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 299 optional :subscribed_by_autoprolong, String, api_name: :subscribedByAutoprolong, nil?: true |
#subscribed_by_data ⇒ String?
304 |
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 304 optional :subscribed_by_data, String, api_name: :subscribedByData, nil?: true |
#subscribed_by_expire ⇒ String?
309 |
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 309 optional :subscribed_by_expire, String, api_name: :subscribedByExpire, nil?: true |
#subscribed_by_expire_date ⇒ String?
314 |
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 314 optional :subscribed_by_expire_date, String, api_name: :subscribedByExpireDate, nil?: true |
#subscribed_is_expired_now ⇒ String?
319 |
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 319 optional :subscribed_is_expired_now, String, api_name: :subscribedIsExpiredNow, nil?: true |
#subscribed_on ⇒ Boolean?
324 |
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 324 optional :subscribed_on, Onlyfans::Internal::Type::Boolean, api_name: :subscribedOn |
#subscribed_on_data ⇒ Onlyfans::Models::FanListTopResponse::Data::User::SubscribedOnData?
329 330 331 |
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 329 optional :subscribed_on_data, -> { Onlyfans::Models::FanListTopResponse::Data::User::SubscribedOnData }, api_name: :subscribedOnData |
#subscribed_on_duration ⇒ String?
336 |
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 336 optional :subscribed_on_duration, String, api_name: :subscribedOnDuration |
#subscribed_on_expired_now ⇒ Boolean?
341 342 343 |
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 341 optional :subscribed_on_expired_now, Onlyfans::Internal::Type::Boolean, api_name: :subscribedOnExpiredNow |
#subscription_bundles ⇒ Array<Object>?
353 354 355 |
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 353 optional :subscription_bundles, Onlyfans::Internal::Type::ArrayOf[Onlyfans::Internal::Type::Unknown], api_name: :subscriptionBundles |
#tips_enabled ⇒ Boolean?
360 |
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 360 optional :tips_enabled, Onlyfans::Internal::Type::Boolean, api_name: :tipsEnabled |
#tips_max ⇒ Integer?
365 |
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 365 optional :tips_max, Integer, api_name: :tipsMax |
#tips_min ⇒ Integer?
370 |
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 370 optional :tips_min, Integer, api_name: :tipsMin |
#tips_min_internal ⇒ Integer?
375 |
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 375 optional :tips_min_internal, Integer, api_name: :tipsMinInternal |
#tips_text_enabled ⇒ Boolean?
380 |
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 380 optional :tips_text_enabled, Onlyfans::Internal::Type::Boolean, api_name: :tipsTextEnabled |
#username ⇒ String?
385 |
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 385 optional :username, String |
#view ⇒ String?
390 |
# File 'lib/onlyfans/models/fan_list_top_response.rb', line 390 optional :view, String |