Sha256: e596b7b80a482850cc7f38323b12e36fd338902c5cc3c2d66e293551edbed347

Contents?: true

Size: 1011 Bytes

Versions: 2

Compression:

Stored size: 1011 Bytes

Contents

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

# typed: true
# frozen_string_literal: true


module PlexRubySDK
  module Operations
  

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

      # The number of items to return with each hub.
      field :count, T.nilable(::Float), { 'query_param': { 'field_name': 'count', 'style': 'form', 'explode': true } }
      # Only return hubs which are "transient", meaning those which are prone to changing after media playback or addition (e.g. On Deck, or Recently Added).
      field :only_transient, T.nilable(::PlexRubySDK::Operations::OnlyTransient), { 'query_param': { 'field_name': 'onlyTransient', 'style': 'form', 'explode': true } }


      sig { params(count: T.nilable(::Float), only_transient: T.nilable(::PlexRubySDK::Operations::OnlyTransient)).void }
      def initialize(count: nil, only_transient: nil)
        @count = count
        @only_transient = only_transient
      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/getglobalhubs_request.rb
plex_ruby_sdk-0.7.6 lib/plex_ruby_sdk/models/operations/getglobalhubs_request.rb