Module: Telnyx::Models::Organizations::UserGetGroupsReportParams::Accept

Extended by:
Internal::Type::Enum
Defined in:
lib/telnyx/models/organizations/user_get_groups_report_params.rb

Constant Summary collapse

APPLICATION_JSON =
:"application/json"
TEXT_CSV =
:"text/csv"

Class Method Summary collapse

Instance Method Summary collapse

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Class Method Details

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/telnyx/models/organizations/user_get_groups_report_params.rb', line 26

Instance Method Details

#initialize(accept: nil, request_options: {}) ⇒ Object

Parameters:



20
21
22
23
24
25
26
27
28
# File 'lib/telnyx/models/organizations/user_get_groups_report_params.rb', line 20

module Accept
  extend Telnyx::Internal::Type::Enum

  APPLICATION_JSON = :"application/json"
  TEXT_CSV = :"text/csv"

  # @!method self.values
  #   @return [Array<Symbol>]
end