Class: WhopSDK::Models::FinancialActivityListResponse::PageInfo
- Inherits:
-
Internal::Type::BaseModel
show all
- Defined in:
- lib/whop_sdk/models/financial_activity_list_response.rb,
sig/whop_sdk/models/financial_activity_list_response.rbs
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(end_cursor:, has_next_page:, has_previous_page:, start_cursor:) ⇒ Object
|
# File 'lib/whop_sdk/models/financial_activity_list_response.rb', line 1166
|
Instance Attribute Details
#end_cursor ⇒ String?
1149
|
# File 'lib/whop_sdk/models/financial_activity_list_response.rb', line 1149
required :end_cursor, String, nil?: true
|
#has_next_page ⇒ Boolean
1154
|
# File 'lib/whop_sdk/models/financial_activity_list_response.rb', line 1154
required :has_next_page, WhopSDK::Internal::Type::Boolean
|
#has_previous_page ⇒ Boolean
1159
|
# File 'lib/whop_sdk/models/financial_activity_list_response.rb', line 1159
required :has_previous_page, WhopSDK::Internal::Type::Boolean
|
#start_cursor ⇒ String?
1164
|
# File 'lib/whop_sdk/models/financial_activity_list_response.rb', line 1164
required :start_cursor, String, nil?: true
|
Instance Method Details
#to_hash ⇒ {
926
|
# File 'sig/whop_sdk/models/financial_activity_list_response.rbs', line 926
def to_hash: -> {
|