Class: Knockapi::Models::Messages::BatchGetContentResponseItem::Data::MessageEmailContent
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Knockapi::Models::Messages::BatchGetContentResponseItem::Data::MessageEmailContent
- Defined in:
- lib/knockapi/models/messages/batch_get_content_response.rb
Instance Attribute Summary collapse
-
#_typename ⇒ String
The typename of the schema.
-
#bcc ⇒ String?
The BCC email addresses.
-
#cc ⇒ String?
The CC email addresses.
-
#from ⇒ String
The sender’s email address.
-
#html_body ⇒ String
The HTML body of the email message.
-
#reply_to ⇒ String?
The reply-to email address.
-
#subject_line ⇒ String
The subject line of the email message.
-
#text_body ⇒ String
The text body of the email message.
-
#to ⇒ String
The recipient’s email address.
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 Knockapi::Internal::Type::BaseModel
Instance Attribute Details
#_typename ⇒ String
The typename of the schema.
68 |
# File 'lib/knockapi/models/messages/batch_get_content_response.rb', line 68 required :_typename, String, api_name: :__typename |
#bcc ⇒ String?
The BCC email addresses.
104 |
# File 'lib/knockapi/models/messages/batch_get_content_response.rb', line 104 optional :bcc, String, nil?: true |
#cc ⇒ String?
The CC email addresses.
110 |
# File 'lib/knockapi/models/messages/batch_get_content_response.rb', line 110 optional :cc, String, nil?: true |
#from ⇒ String
The sender’s email address.
74 |
# File 'lib/knockapi/models/messages/batch_get_content_response.rb', line 74 required :from, String |
#html_body ⇒ String
The HTML body of the email message.
80 |
# File 'lib/knockapi/models/messages/batch_get_content_response.rb', line 80 required :html_body, String |
#reply_to ⇒ String?
The reply-to email address.
116 |
# File 'lib/knockapi/models/messages/batch_get_content_response.rb', line 116 optional :reply_to, String, nil?: true |
#subject_line ⇒ String
The subject line of the email message.
86 |
# File 'lib/knockapi/models/messages/batch_get_content_response.rb', line 86 required :subject_line, String |
#text_body ⇒ String
The text body of the email message.
92 |
# File 'lib/knockapi/models/messages/batch_get_content_response.rb', line 92 required :text_body, String |
#to ⇒ String
The recipient’s email address.
98 |
# File 'lib/knockapi/models/messages/batch_get_content_response.rb', line 98 required :to, String |