Class: ModerationAPI::Models::WordlistListResponseItem
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- ModerationAPI::Models::WordlistListResponseItem
- Defined in:
- lib/moderation_api/models/wordlist_list_response.rb
Instance Attribute Summary collapse
-
#created_at ⇒ String?
When the wordlist was created.
-
#description ⇒ String?
Description of the wordlist.
-
#id ⇒ String
Unique identifier of the wordlist.
-
#name ⇒ String?
Name of the wordlist.
-
#user_id ⇒ String?
User who created the wordlist.
Method Summary
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, 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
This class inherits a constructor from ModerationAPI::Internal::Type::BaseModel
Instance Attribute Details
#created_at ⇒ String?
When the wordlist was created
16 |
# File 'lib/moderation_api/models/wordlist_list_response.rb', line 16 required :created_at, String, api_name: :createdAt, nil?: true |
#description ⇒ String?
Description of the wordlist
22 |
# File 'lib/moderation_api/models/wordlist_list_response.rb', line 22 required :description, String, nil?: true |
#id ⇒ String
Unique identifier of the wordlist
10 |
# File 'lib/moderation_api/models/wordlist_list_response.rb', line 10 required :id, String |
#name ⇒ String?
Name of the wordlist
28 |
# File 'lib/moderation_api/models/wordlist_list_response.rb', line 28 required :name, String, nil?: true |
#user_id ⇒ String?
User who created the wordlist
34 |
# File 'lib/moderation_api/models/wordlist_list_response.rb', line 34 required :user_id, String, api_name: :userId, nil?: true |