Sha256: a215e5716292d792f175519ea6e96b1b06e44062f11b63781efd3252be057bda
Contents?: true
Size: 907 Bytes
Versions: 16
Compression:
Stored size: 907 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module StackOne module Operations class AtsCreateCandidateRequest < ::StackOne::Utils::FieldAugmented extend T::Sig field :ats_create_candidate_request_dto, ::StackOne::Shared::AtsCreateCandidateRequestDto, { 'request': { 'media_type': 'application/json' } } # The account identifier field :x_account_id, ::String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } } sig { params(ats_create_candidate_request_dto: ::StackOne::Shared::AtsCreateCandidateRequestDto, x_account_id: ::String).void } def initialize(ats_create_candidate_request_dto: nil, x_account_id: nil) @ats_create_candidate_request_dto = ats_create_candidate_request_dto @x_account_id = x_account_id end end end end
Version data entries
16 entries across 16 versions & 1 rubygems