Sha256: f5b6bf62ab57cee6c809f7f563cfaac0f4552f503dfab8cd3ed40d2ce5a60ce8

Contents?: true

Size: 1.04 KB

Versions: 5

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 HrisCreateEmployeeDocumentRequest < ::StackOne::Utils::FieldAugmented
      extend T::Sig


      field :hris_create_document_request_dto, ::StackOne::Shared::HrisCreateDocumentRequestDto, { '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(hris_create_document_request_dto: ::StackOne::Shared::HrisCreateDocumentRequestDto, id: ::String, x_account_id: ::String).void }
      def initialize(hris_create_document_request_dto: nil, id: nil, x_account_id: nil)
        @hris_create_document_request_dto = hris_create_document_request_dto
        @id = id
        @x_account_id = x_account_id
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
stackone_client-0.2.9 lib/stack_one/models/operations/hris_create_employee_document_request.rb
stackone_client-0.2.7 lib/stack_one/models/operations/hris_create_employee_document_request.rb
stackone_client-0.2.6 lib/stack_one/models/operations/hris_create_employee_document_request.rb
stackone_client-0.2.4 lib/stack_one/models/operations/hris_create_employee_document_request.rb
stackone_client-0.2.3 lib/stack_one/models/operations/hris_create_employee_document_request.rb