Class: PlexRubySDK::Operations::GetCountriesLibraryRequest
- Inherits:
-
Crystalline::FieldAugmented
- Object
- Crystalline::FieldAugmented
- PlexRubySDK::Operations::GetCountriesLibraryRequest
- Extended by:
- T::Sig
- Defined in:
- lib/plex_ruby_sdk/models/operations/get_countries_library_request.rb
Instance Method Summary collapse
-
#initialize(section_key: nil, type: nil) ⇒ GetCountriesLibraryRequest
constructor
A new instance of GetCountriesLibraryRequest.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize(section_key: nil, type: nil) ⇒ GetCountriesLibraryRequest
Returns a new instance of GetCountriesLibraryRequest.
29 30 31 32 |
# File 'lib/plex_ruby_sdk/models/operations/get_countries_library_request.rb', line 29 def initialize(section_key: nil, type: nil) @section_key = section_key @type = type end |