Sha256: 2a338650ed492d0f652c54a0794eca072d2b89280f700d430c3856f07a7a8f10

Contents?: true

Size: 1.01 KB

Versions: 5

Compression:

Stored size: 1.01 KB

Contents

# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.

# typed: true
# frozen_string_literal: true


module SpeakeasyClientSDK
  module Shared
  

    class SuggestOperationIDsOpts < ::SpeakeasyClientSDK::Utils::FieldAugmented
      extend T::Sig


      field :depth_style, T.nilable(::SpeakeasyClientSDK::Shared::DepthStyle), { 'format_json': { 'letter_case': ::SpeakeasyClientSDK::Utils.field_name('depth_style'), 'decoder': Utils.enum_from_string(::SpeakeasyClientSDK::Shared::DepthStyle, true) } }

      field :style, T.nilable(::SpeakeasyClientSDK::Shared::Style), { 'format_json': { 'letter_case': ::SpeakeasyClientSDK::Utils.field_name('style'), 'decoder': Utils.enum_from_string(::SpeakeasyClientSDK::Shared::Style, true) } }


      sig { params(depth_style: T.nilable(::SpeakeasyClientSDK::Shared::DepthStyle), style: T.nilable(::SpeakeasyClientSDK::Shared::Style)).void }
      def initialize(depth_style: nil, style: nil)
        @depth_style = depth_style
        @style = style
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
speakeasy_client_sdk_ruby-4.2.14 lib/speakeasy_client_sdk/models/shared/suggestoperationidsopts.rb
speakeasy_client_sdk_ruby-4.2.13 lib/speakeasy_client_sdk/models/shared/suggestoperationidsopts.rb
speakeasy_client_sdk_ruby-4.2.12 lib/speakeasy_client_sdk/models/shared/suggestoperationidsopts.rb
speakeasy_client_sdk_ruby-4.2.11 lib/speakeasy_client_sdk/models/shared/suggestoperationidsopts.rb
speakeasy_client_sdk_ruby-4.2.10 lib/speakeasy_client_sdk/models/shared/suggestoperationidsopts.rb