Class: Knockapi::Models::Messages::BatchGetContentResponseItem::Data::MessageEmailContent

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/knockapi/models/messages/batch_get_content_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 Knockapi::Internal::Type::BaseModel

Instance Attribute Details

#_typenameString

The typename of the schema.

Returns:

  • (String)


68
# File 'lib/knockapi/models/messages/batch_get_content_response.rb', line 68

required :_typename, String, api_name: :__typename

#bccString?

The BCC email addresses.

Returns:

  • (String, nil)


104
# File 'lib/knockapi/models/messages/batch_get_content_response.rb', line 104

optional :bcc, String, nil?: true

#ccString?

The CC email addresses.

Returns:

  • (String, nil)


110
# File 'lib/knockapi/models/messages/batch_get_content_response.rb', line 110

optional :cc, String, nil?: true

#fromString

The sender’s email address.

Returns:

  • (String)


74
# File 'lib/knockapi/models/messages/batch_get_content_response.rb', line 74

required :from, String

#html_bodyString

The HTML body of the email message.

Returns:

  • (String)


80
# File 'lib/knockapi/models/messages/batch_get_content_response.rb', line 80

required :html_body, String

#reply_toString?

The reply-to email address.

Returns:

  • (String, nil)


116
# File 'lib/knockapi/models/messages/batch_get_content_response.rb', line 116

optional :reply_to, String, nil?: true

#subject_lineString

The subject line of the email message.

Returns:

  • (String)


86
# File 'lib/knockapi/models/messages/batch_get_content_response.rb', line 86

required :subject_line, String

#text_bodyString

The text body of the email message.

Returns:

  • (String)


92
# File 'lib/knockapi/models/messages/batch_get_content_response.rb', line 92

required :text_body, String

#toString

The recipient’s email address.

Returns:

  • (String)


98
# File 'lib/knockapi/models/messages/batch_get_content_response.rb', line 98

required :to, String