Class: PlexRubySDK::Operations::CheckForUpdatesRequest

Inherits:
Crystalline::FieldAugmented show all
Extended by:
T::Sig
Defined in:
lib/plex_ruby_sdk/models/operations/checkforupdates_request.rb

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

#field, #fields, included, #marshal_single, #to_dict, #to_json

Constructor Details

#initialize(download: nil) ⇒ CheckForUpdatesRequest

Returns a new instance of CheckForUpdatesRequest.



19
20
21
# File 'lib/plex_ruby_sdk/models/operations/checkforupdates_request.rb', line 19

def initialize(download: nil)
  @download = download
end