Class: PlexRubySDK::Operations::GetFileHashRequest

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

Instance Method Summary collapse

Methods included from MetadataFields

#field, #fields, included, #marshal_json, #marshal_single

Constructor Details

#initialize(url: nil, type: nil) ⇒ GetFileHashRequest

Returns a new instance of GetFileHashRequest.



21
22
23
24
# File 'lib/plex_ruby_sdk/models/operations/getfilehash_request.rb', line 21

def initialize(url: nil, type: nil)
  @url = url
  @type = type
end