Class: Trycourier::Models::BaseTemplateTenantAssociation
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Trycourier::Models::BaseTemplateTenantAssociation
- Defined in:
- lib/trycourier/models/base_template_tenant_association.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#created_at ⇒ String
The timestamp at which the template was created.
-
#id ⇒ String
The template’s id.
-
#published_at ⇒ String
The timestamp at which the template was published.
-
#updated_at ⇒ String
The timestamp at which the template was last updated.
-
#version ⇒ String
The version of the template.
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(id: , created_at: , published_at: , updated_at: , version: ) ⇒ Object
|
|
# File 'lib/trycourier/models/base_template_tenant_association.rb', line 36
|
Instance Attribute Details
#created_at ⇒ String
The timestamp at which the template was created
16 |
# File 'lib/trycourier/models/base_template_tenant_association.rb', line 16 required :created_at, String |
#id ⇒ String
The template’s id
10 |
# File 'lib/trycourier/models/base_template_tenant_association.rb', line 10 required :id, String |
#published_at ⇒ String
The timestamp at which the template was published
22 |
# File 'lib/trycourier/models/base_template_tenant_association.rb', line 22 required :published_at, String |
#updated_at ⇒ String
The timestamp at which the template was last updated
28 |
# File 'lib/trycourier/models/base_template_tenant_association.rb', line 28 required :updated_at, String |
#version ⇒ String
The version of the template
34 |
# File 'lib/trycourier/models/base_template_tenant_association.rb', line 34 required :version, String |