Class: OpenAI::Models::Admin::Organization::SpendAlertUpdateParams::NotificationChannel

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/openai/models/admin/organization/spend_alert_update_params.rb,
sig/openai/models/admin/organization/spend_alert_update_params.rbs

Instance Attribute Summary collapse

Attributes inherited from Internal::Type::BaseModel

#last_response

Instance Method Summary collapse

Methods inherited from Internal::Type::BaseModel

==, #==, #[], #_request_id, #_set_last_response, coerce, #deconstruct_keys, #deep_to_h, dump, #encode_with, 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, coerce_with_error, 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(recipients:, subject_prefix: nil, type: :email) ⇒ Object

Parameters:

  • recipients —

    Email addresses that receive the spend alert notification.

  • subject_prefix (defaults to: nil) —

    Optional subject prefix for alert emails.

  • type (defaults to: :email) —

    The notification channel type. Currently only email is supported.



# File 'lib/openai/models/admin/organization/spend_alert_update_params.rb', line 100


Instance Attribute Details

#recipients ⇒ ::Array[String]

Email addresses that receive the spend alert notification.

Returns:

  • (::Array[String])


86
# File 'lib/openai/models/admin/organization/spend_alert_update_params.rb', line 86

required :recipients, OpenAI::Internal::Type::ArrayOf[String]

#subject_prefix ⇒ String?

Optional subject prefix for alert emails.

Returns:

  • (String, nil)


98
# File 'lib/openai/models/admin/organization/spend_alert_update_params.rb', line 98

optional :subject_prefix, String, nil?: true

#type ⇒ :email

The notification channel type. Currently only email is supported.

Returns:

  • (:email)


92
# File 'lib/openai/models/admin/organization/spend_alert_update_params.rb', line 92

required :type, const: :email

Instance Method Details

#to_hash ⇒ {

Returns:

  • ({)


108
# File 'sig/openai/models/admin/organization/spend_alert_update_params.rbs', line 108

def to_hash: -> {