Sha256: 0248b0e338b63164ada34cff6e8014710420ecdc2d2cbdb7901b6fa02ae945cb
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 HrisCreateEmployeeRequest < ::StackOne::Utils::FieldAugmented extend T::Sig field :hris_create_employee_request_dto, ::StackOne::Shared::HrisCreateEmployeeRequestDto, { '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(hris_create_employee_request_dto: ::StackOne::Shared::HrisCreateEmployeeRequestDto, x_account_id: ::String).void } def initialize(hris_create_employee_request_dto: nil, x_account_id: nil) @hris_create_employee_request_dto = hris_create_employee_request_dto @x_account_id = x_account_id end end end end
Version data entries
16 entries across 16 versions & 1 rubygems