Sha256: 5320d403e68abaeca7adaaa202877173a9134e9221542008d0fd6fdbfaef601a

Contents?: true

Size: 1.05 KB

Versions: 2

Compression:

Stored size: 1.05 KB

Contents

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

# typed: true
# frozen_string_literal: true


module PlexRubySDK
  module Operations
  

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


      field :bottom_left, ::String, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('bottomLeft') } }

      field :bottom_right, ::String, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('bottomRight') } }

      field :top_left, ::String, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('topLeft') } }

      field :top_right, ::String, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('topRight') } }


      sig { params(bottom_left: ::String, bottom_right: ::String, top_left: ::String, top_right: ::String).void }
      def initialize(bottom_left: nil, bottom_right: nil, top_left: nil, top_right: nil)
        @bottom_left = bottom_left
        @bottom_right = bottom_right
        @top_left = top_left
        @top_right = top_right
      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/ultrablurcolors.rb
plex_ruby_sdk-0.7.6 lib/plex_ruby_sdk/models/operations/ultrablurcolors.rb