Sha256: 57d12f2bc1c137d0ef52e06b189a5ed524faa954fe253dbfcb6bf452e824e22a

Contents?: true

Size: 1.07 KB

Versions: 2

Compression:

Stored size: 1.07 KB

Contents

# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.

# typed: true
# frozen_string_literal: true


module PlexRubySDK
  module Operations
  

    class ApplyUpdatesRequest < ::Crystalline::FieldAugmented
      extend T::Sig

      # Indicate that the latest version should be marked as skipped. The [Release] entry for this version will have the `state` set to `skipped`.
      field :skip, T.nilable(::PlexRubySDK::Operations::Skip), { 'query_param': { 'field_name': 'skip', 'style': 'form', 'explode': true } }
      # Indicate that you want the update to run during the next Butler execution. Omitting this or setting it to false indicates that the update should install
      field :tonight, T.nilable(::PlexRubySDK::Operations::Tonight), { 'query_param': { 'field_name': 'tonight', 'style': 'form', 'explode': true } }


      sig { params(skip: T.nilable(::PlexRubySDK::Operations::Skip), tonight: T.nilable(::PlexRubySDK::Operations::Tonight)).void }
      def initialize(skip: nil, tonight: nil)
        @skip = skip
        @tonight = tonight
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
plex_ruby_sdk-0.7.7 lib/plex_ruby_sdk/models/operations/applyupdates_request.rb
plex_ruby_sdk-0.7.6 lib/plex_ruby_sdk/models/operations/applyupdates_request.rb