Sha256: 8ec7f169eea499ee95aaf04b1a1f6f910a5494cc779d5f9de429228932fdb073
Contents?: true
Size: 492 Bytes
Versions: 2
Compression:
Stored size: 492 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module PlexRubySDK module Operations class GetLibraryHubsCountry < ::Crystalline::FieldAugmented extend T::Sig field :tag, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('tag') } } sig { params(tag: T.nilable(::String)).void } def initialize(tag: nil) @tag = tag 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/getlibraryhubs_country.rb |
plex_ruby_sdk-0.7.6 | lib/plex_ruby_sdk/models/operations/getlibraryhubs_country.rb |