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