Class: GrowsurfRuby::Models::Campaign::ParticipantRecordTransactionResponse::UnionMember0
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- GrowsurfRuby::Models::Campaign::ParticipantRecordTransactionResponse::UnionMember0
- Defined in:
- lib/growsurf_ruby/models/campaign/participant_record_transaction_response.rb
Instance Attribute Summary collapse
Method Summary
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, 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
This class inherits a constructor from GrowsurfRuby::Internal::Type::BaseModel
Instance Attribute Details
#duplicate ⇒ Boolean, false
18 |
# File 'lib/growsurf_ruby/models/campaign/participant_record_transaction_response.rb', line 18 required :duplicate, const: false |
#first_sale ⇒ Boolean
23 |
# File 'lib/growsurf_ruby/models/campaign/participant_record_transaction_response.rb', line 23 required :first_sale, GrowsurfRuby::Internal::Type::Boolean, api_name: :firstSale |
#message ⇒ String
28 |
# File 'lib/growsurf_ruby/models/campaign/participant_record_transaction_response.rb', line 28 required :message, String |
#success ⇒ Boolean, true
33 |
# File 'lib/growsurf_ruby/models/campaign/participant_record_transaction_response.rb', line 33 required :success, const: true |