Class: PlexRubySDK::Operations::GetLibraryItemsFieldType

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

Instance Method Summary collapse

Methods included from MetadataFields

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

Constructor Details

#initialize(operator: nil, type: nil) ⇒ GetLibraryItemsFieldType

Returns a new instance of GetLibraryItemsFieldType.



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

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