Class: Spotted::Models::Me::FollowingBulkRetrieveResponse::Artists::Cursors
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Spotted::Models::Me::FollowingBulkRetrieveResponse::Artists::Cursors
- Defined in:
- lib/spotted/models/me/following_bulk_retrieve_response.rb
Overview
Instance Attribute Summary collapse
-
#after ⇒ String?
The cursor to use as key to find the next page of items.
-
#before ⇒ String?
The cursor to use as key to find the previous page of items.
-
#published ⇒ Boolean?
The playlist’s public/private status (if it should be added to the user’s profile or not): ‘true` the playlist will be public, `false` the playlist will be private, `null` the playlist status is not relevant.
Instance Method Summary collapse
-
#initialize(after: nil, before: nil, published: nil) ⇒ Object
constructor
Some parameter documentations has been truncated, see Cursors 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(after: nil, before: nil, published: nil) ⇒ Object
Some parameter documentations has been truncated, see Spotted::Models::Me::FollowingBulkRetrieveResponse::Artists::Cursors for more details.
The cursors used to find the next set of items.
|
|
# File 'lib/spotted/models/me/following_bulk_retrieve_response.rb', line 105
|
Instance Attribute Details
#after ⇒ String?
The cursor to use as key to find the next page of items.
87 |
# File 'lib/spotted/models/me/following_bulk_retrieve_response.rb', line 87 optional :after, String |
#before ⇒ String?
The cursor to use as key to find the previous page of items.
93 |
# File 'lib/spotted/models/me/following_bulk_retrieve_response.rb', line 93 optional :before, String |
#published ⇒ Boolean?
The playlist’s public/private status (if it should be added to the user’s profile or not): ‘true` the playlist will be public, `false` the playlist will be private, `null` the playlist status is not relevant. For more about public/private status, see [Working with Playlists](/documentation/web-api/concepts/playlists)
103 |
# File 'lib/spotted/models/me/following_bulk_retrieve_response.rb', line 103 optional :published, Spotted::Internal::Type::Boolean |