mirror of
https://github.com/LukeHagar/plexruby.git
synced 2025-12-06 04:20:52 +00:00
21 lines
466 B
Ruby
21 lines
466 B
Ruby
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
|
|
# typed: true
|
|
# frozen_string_literal: true
|
|
|
|
|
|
module PlexRubySDK
|
|
module Models
|
|
module Operations
|
|
|
|
# MinSize - images are always scaled proportionally. A value of '1' in minSize will make the smaller native dimension the dimension resized against.
|
|
class MinSize < T::Enum
|
|
enums do
|
|
ZERO = new(0)
|
|
ONE = new(1)
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|