Sha256: 21ea2d8e59c56fde4e4e2764a791116cf7b8bf4da2af9e79c112bfdf01f7d68e

Contents?: true

Size: 1.04 KB

Versions: 12

Compression:

Stored size: 1.04 KB

Contents

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

# typed: true
# frozen_string_literal: true


module StackOne
  module Operations
  

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


      field :ats_update_candidates_request_dto, ::StackOne::Shared::AtsUpdateCandidatesRequestDto, { 'request': { 'media_type': 'application/json' } }

      field :id, ::String, { 'path_param': { 'field_name': 'id', 'style': 'simple', 'explode': false } }
      # The account identifier
      field :x_account_id, ::String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }


      sig { params(ats_update_candidates_request_dto: ::StackOne::Shared::AtsUpdateCandidatesRequestDto, id: ::String, x_account_id: ::String).void }
      def initialize(ats_update_candidates_request_dto: nil, id: nil, x_account_id: nil)
        @ats_update_candidates_request_dto = ats_update_candidates_request_dto
        @id = id
        @x_account_id = x_account_id
      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_request.rb
stackone_client-0.2.14 lib/stack_one/models/operations/ats_update_candidate_request.rb
stackone_client-0.2.13 lib/stack_one/models/operations/ats_update_candidate_request.rb
stackone_client-0.2.12 lib/stack_one/models/operations/ats_update_candidate_request.rb
stackone_client-0.2.11 lib/stack_one/models/operations/ats_update_candidate_request.rb
stackone_client-0.2.10 lib/stack_one/models/operations/ats_update_candidate_request.rb
stackone_client-0.2.9 lib/stack_one/models/operations/ats_update_candidate_request.rb
stackone_client-0.2.7 lib/stack_one/models/operations/ats_update_candidate_request.rb
stackone_client-0.2.6 lib/stack_one/models/operations/ats_update_candidate_request.rb
stackone_client-0.2.4 lib/stack_one/models/operations/ats_update_candidate_request.rb
stackone_client-0.2.3 lib/stack_one/models/operations/ats_update_candidate_request.rb
stackone_client-0.2.2 lib/stack_one/models/operations/ats_update_candidate_request.rb