Sha256: b935df39353a13e714a709fe8e8f9cf7ff8a6f4de8d24b2392677d482f0a9201
Contents?: true
Size: 433 Bytes
Versions: 11
Compression:
Stored size: 433 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module PlexRubySDK module Operations # GetLibraryItemsLibraryActiveDirection - The direction of the sort. Can be either `asc` or `desc`. # class GetLibraryItemsLibraryActiveDirection < T::Enum enums do ASCENDING = new('asc') DESCENDING = new('desc') end end end end
Version data entries
11 entries across 11 versions & 1 rubygems