Sha256: da2152dcc93cbea718bebcc852a720f6194da13a066bd4626f47c8abb7f5fef5

Contents?: true

Size: 1.55 KB

Versions: 16

Compression:

Stored size: 1.55 KB

Contents

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

# typed: true
# frozen_string_literal: true


module StackOne
  module Shared
  

    class ProxyRequestBody < ::StackOne::Utils::FieldAugmented
      extend T::Sig

      # The body of the request
      field :body, T.nilable(T::Hash[Symbol, ::Object]), { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('body') } }
      # The headers to send in the request
      field :headers, T.nilable(T::Hash[Symbol, ::Object]), { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('headers') } }
      # The method of the request
      field :method, T.nilable(::StackOne::Shared::Method), { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('method'), 'decoder': Utils.enum_from_string(::StackOne::Shared::Method, true) } }
      # The path of the request including any query paramters
      field :path, T.nilable(::String), { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('path') } }
      # The base url of the request
      field :url, T.nilable(::String), { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('url') } }


      sig { params(body: T.nilable(T::Hash[Symbol, ::Object]), headers: T.nilable(T::Hash[Symbol, ::Object]), method: T.nilable(::StackOne::Shared::Method), path: T.nilable(::String), url: T.nilable(::String)).void }
      def initialize(body: nil, headers: nil, method: nil, path: nil, url: nil)
        @body = body
        @headers = headers
        @method = method
        @path = path
        @url = url
      end
    end
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
stackone_client-0.3.2 lib/stack_one/models/shared/proxyrequestbody.rb
stackone_client-0.3.1 lib/stack_one/models/shared/proxyrequestbody.rb
stackone_client-0.3.0 lib/stack_one/models/shared/proxyrequestbody.rb
stackone_client-0.2.46 lib/stack_one/models/shared/proxyrequestbody.rb
stackone_client-0.2.45 lib/stack_one/models/shared/proxyrequestbody.rb
stackone_client-0.2.44 lib/stack_one/models/shared/proxyrequestbody.rb
stackone_client-0.2.43 lib/stack_one/models/shared/proxyrequestbody.rb
stackone_client-0.2.42 lib/stack_one/models/shared/proxyrequestbody.rb
stackone_client-0.2.41 lib/stack_one/models/shared/proxyrequestbody.rb
stackone_client-0.2.40 lib/stack_one/models/shared/proxyrequestbody.rb
stackone_client-0.2.39 lib/stack_one/models/shared/proxyrequestbody.rb
stackone_client-0.2.38 lib/stack_one/models/shared/proxyrequestbody.rb
stackone_client-0.2.37 lib/stack_one/models/shared/proxyrequestbody.rb
stackone_client-0.2.36 lib/stack_one/models/shared/proxyrequestbody.rb
stackone_client-0.2.35 lib/stack_one/models/shared/proxyrequestbody.rb
stackone_client-0.2.34 lib/stack_one/models/shared/proxyrequestbody.rb