Class: WhopSDK::Models::AppLogsResponse::PageInfo
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(has_next_page:, has_previous_page:, end_cursor: nil, start_cursor: nil) ⇒ Object
|
# File 'lib/whop_sdk/models/app_logs_response.rb', line 149
|
Instance Attribute Details
#end_cursor ⇒ String?
142
|
# File 'lib/whop_sdk/models/app_logs_response.rb', line 142
optional :end_cursor, String, nil?: true
|
#has_next_page ⇒ Boolean
132
|
# File 'lib/whop_sdk/models/app_logs_response.rb', line 132
required :has_next_page, WhopSDK::Internal::Type::Boolean
|
#has_previous_page ⇒ Boolean
137
|
# File 'lib/whop_sdk/models/app_logs_response.rb', line 137
required :has_previous_page, WhopSDK::Internal::Type::Boolean
|
#start_cursor ⇒ String?
147
|
# File 'lib/whop_sdk/models/app_logs_response.rb', line 147
optional :start_cursor, String, nil?: true
|
Instance Method Details
#to_hash ⇒ {
153
|
# File 'sig/whop_sdk/models/app_logs_response.rbs', line 153
def to_hash: -> {
|