Class: Courier::Models::Journeys::TemplateRetrieveContentParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Courier::Models::Journeys::TemplateRetrieveContentParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/courier/models/journeys/template_retrieve_content_params.rb,
sig/courier/models/journeys/template_retrieve_content_params.rbs
Overview
Instance Attribute Summary collapse
- #notification_id ⇒ String
- #template_id ⇒ String
-
#version ⇒ String?
Accepts
draft,published, or a version string (e.g.,v001).
Attributes included from Internal::Type::RequestParameters
Instance Method Summary collapse
-
#initialize(template_id:, notification_id:, version: nil, request_options: {}) ⇒ Object
constructor
Some parameter documentations has been truncated, see TemplateRetrieveContentParams for more details.
- #to_hash ⇒ {
Methods included from Internal::Type::RequestParameters::Converter
Methods included from Internal::Type::RequestParameters
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(template_id:, notification_id:, version: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see Courier::Models::Journeys::TemplateRetrieveContentParams for more details.
|
|
# File 'lib/courier/models/journeys/template_retrieve_content_params.rb', line 28
|
Instance Attribute Details
#notification_id ⇒ String
19 |
# File 'lib/courier/models/journeys/template_retrieve_content_params.rb', line 19 required :notification_id, String |
#template_id ⇒ String
14 |
# File 'lib/courier/models/journeys/template_retrieve_content_params.rb', line 14 required :template_id, String |
#version ⇒ String?
Accepts draft, published, or a version string (e.g., v001). Defaults to
published.
26 |
# File 'lib/courier/models/journeys/template_retrieve_content_params.rb', line 26 optional :version, String |
Instance Method Details
#to_hash ⇒ {
27 |
# File 'sig/courier/models/journeys/template_retrieve_content_params.rbs', line 27
def to_hash: -> {
|