Sha256: 89b924321e4c8f6b6ae97ef74927923ffbe7258eb51032f627f7b1f08756d545

Contents?: true

Size: 1.1 KB

Versions: 12

Compression:

Stored size: 1.1 KB

Contents

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

# typed: true
# frozen_string_literal: true


module StackOne
  module Operations
  

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

      # HTTP response content type for this operation
      field :content_type, ::String
      # Raw HTTP response; suitable for custom response parsing
      field :raw_response, ::Faraday::Response
      # HTTP response status code for this operation
      field :status_code, ::Integer
      # The candidate was successfully updated.
      field :candidate_result, T.nilable(::StackOne::Shared::CandidateResult)


      sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, candidate_result: T.nilable(::StackOne::Shared::CandidateResult)).void }
      def initialize(content_type: nil, raw_response: nil, status_code: nil, candidate_result: nil)
        @content_type = content_type
        @raw_response = raw_response
        @status_code = status_code
        @candidate_result = candidate_result
      end
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
stackone_client-0.2.15 lib/stack_one/models/operations/ats_update_candidate_response.rb
stackone_client-0.2.14 lib/stack_one/models/operations/ats_update_candidate_response.rb
stackone_client-0.2.13 lib/stack_one/models/operations/ats_update_candidate_response.rb
stackone_client-0.2.12 lib/stack_one/models/operations/ats_update_candidate_response.rb
stackone_client-0.2.11 lib/stack_one/models/operations/ats_update_candidate_response.rb
stackone_client-0.2.10 lib/stack_one/models/operations/ats_update_candidate_response.rb
stackone_client-0.2.9 lib/stack_one/models/operations/ats_update_candidate_response.rb
stackone_client-0.2.7 lib/stack_one/models/operations/ats_update_candidate_response.rb
stackone_client-0.2.6 lib/stack_one/models/operations/ats_update_candidate_response.rb
stackone_client-0.2.4 lib/stack_one/models/operations/ats_update_candidate_response.rb
stackone_client-0.2.3 lib/stack_one/models/operations/ats_update_candidate_response.rb
stackone_client-0.2.2 lib/stack_one/models/operations/ats_update_candidate_response.rb