Class: Courier::Models::MsTeamsBaseProperties
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Courier::Models::MsTeamsBaseProperties
- Defined in:
- lib/courier/models/ms_teams_base_properties.rb,
sig/courier/models/ms_teams_base_properties.rbs
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(service_url:, tenant_id:) ⇒ MsTeamsBaseProperties
constructor
A new instance of MsTeamsBaseProperties.
- #to_hash ⇒ { service_url: String, tenant_id: String }
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(service_url:, tenant_id:) ⇒ MsTeamsBaseProperties
Returns a new instance of MsTeamsBaseProperties.
|
|
# File 'lib/courier/models/ms_teams_base_properties.rb', line 16
|
Instance Attribute Details
#service_url ⇒ String
9 |
# File 'lib/courier/models/ms_teams_base_properties.rb', line 9 required :service_url, String |
#tenant_id ⇒ String
14 |
# File 'lib/courier/models/ms_teams_base_properties.rb', line 14 required :tenant_id, String |
Instance Method Details
#to_hash ⇒ { service_url: String, tenant_id: String }
12 |
# File 'sig/courier/models/ms_teams_base_properties.rbs', line 12
def to_hash: -> { service_url: String, tenant_id: String }
|