Sha256: bc61e63c62d15368d6f912040f8828a509e5613e468685d668bfc78dd1c56f00
Contents?: true
Size: 1 KB
Versions: 3
Compression:
Stored size: 1 KB
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module StackOne module Operations class AtsCreateBackgroundCheckPackageRequest < ::Crystalline::FieldAugmented extend T::Sig field :ats_create_background_check_packages_request_dto, ::StackOne::Shared::AtsCreateBackgroundCheckPackagesRequestDto, { '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_background_check_packages_request_dto: ::StackOne::Shared::AtsCreateBackgroundCheckPackagesRequestDto, x_account_id: ::String).void } def initialize(ats_create_background_check_packages_request_dto: nil, x_account_id: nil) @ats_create_background_check_packages_request_dto = ats_create_background_check_packages_request_dto @x_account_id = x_account_id end end end end
Version data entries
3 entries across 3 versions & 1 rubygems