Class: Spotted::Models::MeRetrieveResponse::ExplicitContent
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Spotted::Models::MeRetrieveResponse::ExplicitContent
- Defined in:
- lib/spotted/models/me_retrieve_response.rb
Overview
Instance Attribute Summary collapse
-
#filter_enabled ⇒ Boolean?
When ‘true`, indicates that explicit content should not be played.
-
#filter_locked ⇒ Boolean?
When ‘true`, indicates that the explicit content setting is locked and can’t be changed by the user.
Instance Method Summary collapse
-
#initialize(filter_enabled: nil, filter_locked: nil) ⇒ Object
constructor
Some parameter documentations has been truncated, see ExplicitContent for more details.
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(filter_enabled: nil, filter_locked: nil) ⇒ Object
Some parameter documentations has been truncated, see Spotted::Models::MeRetrieveResponse::ExplicitContent for more details.
The user’s explicit content settings. _This field is only available when the current user has granted access to the [user-read-private](/documentation/web-api/concepts/scopes/#list-of-scopes) scope._
|
|
# File 'lib/spotted/models/me_retrieve_response.rb', line 142
|