Class: WhopSDK::Models::FinancialActivityListResponse::Data::Resource::UnionMember3::Owner::UnionMember1
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- WhopSDK::Models::FinancialActivityListResponse::Data::Resource::UnionMember3::Owner::UnionMember1
- Defined in:
- lib/whop_sdk/models/financial_activity_list_response.rb,
sig/whop_sdk/models/financial_activity_list_response.rbs
Defined Under Namespace
Modules: Object
Instance Attribute Summary collapse
-
#id ⇒ String
User ID.
-
#name ⇒ String?
User display name.
- #object ⇒ Symbol, WhopSDK::Models::FinancialActivityListResponse::Data::Resource::UnionMember3::Owner::UnionMember1::Object
-
#profile_picture_url ⇒ String?
User profile image URL.
-
#username ⇒ String?
User's username.
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:, name:, object:, profile_picture_url:, username:) ⇒ Object
|
|
# File 'lib/whop_sdk/models/financial_activity_list_response.rb', line 466
|
Instance Attribute Details
#id ⇒ String
User ID.
440 |
# File 'lib/whop_sdk/models/financial_activity_list_response.rb', line 440 required :id, String |
#name ⇒ String?
User display name.
446 |
# File 'lib/whop_sdk/models/financial_activity_list_response.rb', line 446 required :name, String, nil?: true |
#object ⇒ Symbol, WhopSDK::Models::FinancialActivityListResponse::Data::Resource::UnionMember3::Owner::UnionMember1::Object
451 452 |
# File 'lib/whop_sdk/models/financial_activity_list_response.rb', line 451 required :object, enum: -> { WhopSDK::Models::FinancialActivityListResponse::Data::Resource::UnionMember3::Owner::UnionMember1::Object } |
#profile_picture_url ⇒ String?
User profile image URL.
458 |
# File 'lib/whop_sdk/models/financial_activity_list_response.rb', line 458 required :profile_picture_url, String, nil?: true |
#username ⇒ String?
User's username.
464 |
# File 'lib/whop_sdk/models/financial_activity_list_response.rb', line 464 required :username, String, nil?: true |
Instance Method Details
#to_hash ⇒ {
387 |
# File 'sig/whop_sdk/models/financial_activity_list_response.rbs', line 387
def to_hash: -> {
|