Sha256: 0ebe66d3aa796c283ee9508b90c790d907b012ee808bdf71037d6a3e3032e7eb
Contents?: true
Size: 1 KB
Versions: 11
Compression:
Stored size: 1 KB
Contents
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT. # typed: true # frozen_string_literal: true module StackOne module Operations class HrisUploadEmployeeDocumentRequest < ::StackOne::Utils::FieldAugmented extend T::Sig field :id, ::String, { 'path_param': { 'field_name': 'id', 'style': 'simple', 'explode': false } } field :unified_upload_request_dto, ::StackOne::Shared::UnifiedUploadRequestDto, { '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(id: ::String, unified_upload_request_dto: ::StackOne::Shared::UnifiedUploadRequestDto, x_account_id: ::String).void } def initialize(id: nil, unified_upload_request_dto: nil, x_account_id: nil) @id = id @unified_upload_request_dto = unified_upload_request_dto @x_account_id = x_account_id end end end end
Version data entries
11 entries across 11 versions & 1 rubygems