Class: PlexRubySDK::Operations::UpdatePlayProgressRequest

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

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

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

Constructor Details

#initialize(key: nil, state: nil, time: nil) ⇒ UpdatePlayProgressRequest

Returns a new instance of UpdatePlayProgressRequest.



23
24
25
26
27
# File 'lib/plex_ruby_sdk/models/operations/updateplayprogress_request.rb', line 23

def initialize(key: nil, state: nil, time: nil)
  @key = key
  @state = state
  @time = time
end