Sha256: 1679fd0b8505dae3f972d21ce95bd43ef7ef203e15185b62fb25b9ee21592aa4
Contents?: true
Size: 349 Bytes
Versions: 16
Compression:
Stored size: 349 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module PlexRubySDK module Operations # Download - Indicate that you want to start download any updates found. class Download < T::Enum enums do ZERO = new(0) ONE = new(1) end end end end
Version data entries
16 entries across 16 versions & 1 rubygems