Class: Orb::Models::InvoiceAutomationScheduleStepExecutedWebhookEvent::Properties::Action::SendEmail
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Orb::Models::InvoiceAutomationScheduleStepExecutedWebhookEvent::Properties::Action::SendEmail
show all
- Defined in:
- lib/orb/models/invoice_automation_schedule_step_executed_webhook_event.rb,
sig/orb/models/invoice_automation_schedule_step_executed_webhook_event.rbs
Defined Under Namespace
Modules: ActionType
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(recipient:, sent:, action_type: nil) ⇒ Object
|
# File 'lib/orb/models/invoice_automation_schedule_step_executed_webhook_event.rb', line 228
|
Instance Attribute Details
#action_type ⇒ Symbol, ...
225
226
|
# File 'lib/orb/models/invoice_automation_schedule_step_executed_webhook_event.rb', line 225
optional :action_type,
enum: -> { Orb::InvoiceAutomationScheduleStepExecutedWebhookEvent::Properties::Action::SendEmail::ActionType }
|
#recipient ⇒ String?
215
|
# File 'lib/orb/models/invoice_automation_schedule_step_executed_webhook_event.rb', line 215
required :recipient, String, nil?: true
|
#sent ⇒ Boolean
220
|
# File 'lib/orb/models/invoice_automation_schedule_step_executed_webhook_event.rb', line 220
required :sent, Orb::Internal::Type::Boolean
|
Instance Method Details
#to_hash ⇒ {
203
|
# File 'sig/orb/models/invoice_automation_schedule_step_executed_webhook_event.rbs', line 203
def to_hash: -> {
|