Class: Orb::Models::DataExportsTransferSuccessWebhookEvent::Properties

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/orb/models/data_exports_transfer_success_webhook_event.rb,
sig/orb/models/data_exports_transfer_success_webhook_event.rbs

Overview

See Also:

  • Orb::Models::DataExportsTransferSuccessWebhookEvent#properties

Instance Attribute Summary collapse

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 ⇒ Object



57
# File 'sig/orb/models/data_exports_transfer_success_webhook_event.rbs', line 57

def initialize: (

Instance Attribute Details

#description ⇒ String

Parameters:

  • value (String)

Returns:

  • (String)


45
# File 'lib/orb/models/data_exports_transfer_success_webhook_event.rb', line 45

required :description, String

#destination_name ⇒ String

Parameters:

  • value (String)

Returns:

  • (String)


50
# File 'lib/orb/models/data_exports_transfer_success_webhook_event.rb', line 50

required :destination_name, String

#resources ⇒ Array<String>

Parameters:

  • value (::Array[String])

Returns:

  • (Array<String>)


55
# File 'lib/orb/models/data_exports_transfer_success_webhook_event.rb', line 55

required :resources, Orb::Internal::Type::ArrayOf[String]

#rows_transferred ⇒ Integer

Parameters:

  • value (Integer)

Returns:

  • (Integer)


60
# File 'lib/orb/models/data_exports_transfer_success_webhook_event.rb', line 60

required :rows_transferred, Integer

#transfer_ended_at ⇒ Time

Parameters:

  • value (Time)

Returns:

  • (Time)


65
# File 'lib/orb/models/data_exports_transfer_success_webhook_event.rb', line 65

required :transfer_ended_at, Time

#transfer_started_at ⇒ Time

Parameters:

  • value (Time)

Returns:

  • (Time)


70
# File 'lib/orb/models/data_exports_transfer_success_webhook_event.rb', line 70

required :transfer_started_at, Time

Instance Method Details

#to_hash ⇒ {

Returns:

  • ({)


66
# File 'sig/orb/models/data_exports_transfer_success_webhook_event.rbs', line 66

def to_hash: -> {