Module: WhopSDK::Models::NotificationCreateParams::Body
- Extended by:
- Internal::Type::Union
- Defined in:
- lib/whop_sdk/models/notification_create_params.rb
Overview
Parameters for SendNotificationV2
Defined Under Namespace
Classes: SendNotificationV2InputWithCompanyID, SendNotificationV2InputWithExperienceID
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(company_id:, content:, title:, icon_user_id: nil, rest_path: nil, subtitle: nil, user_ids: nil) ⇒ Object
Some parameter documentations has been truncated, see SendNotificationV2InputWithCompanyID for more details.
Methods included from Internal::Type::Union
==, ===, coerce, dump, hash, inspect, to_sorbet_type, variants
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Class Method Details
.variants ⇒ Array(WhopSDK::Models::NotificationCreateParams::Body::SendNotificationV2InputWithCompanyID, WhopSDK::Models::NotificationCreateParams::Body::SendNotificationV2InputWithExperienceID)
|
|
# File 'lib/whop_sdk/models/notification_create_params.rb', line 179
|
Instance Method Details
#initialize(company_id:, content:, title:, icon_user_id: nil, rest_path: nil, subtitle: nil, user_ids: nil) ⇒ Object
Some parameter documentations has been truncated, see SendNotificationV2InputWithCompanyID for more details.
Autogenerated input type of SendNotificationV2
|
|
# File 'lib/whop_sdk/models/notification_create_params.rb', line 83
|