Sha256: f33ff96f28f58a595ab63f17f1c7c1d8cb5f9783d9a0bb7a2d29b560cc03965a

Contents?: true

Size: 1.14 KB

Versions: 20

Compression:

Stored size: 1.14 KB

Contents

# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.

# typed: true
# frozen_string_literal: true


module StackOne
  module Operations
  

    class HrisDownloadEmployeeDocumentRequest < ::StackOne::Utils::FieldAugmented
      extend T::Sig


      field :id, ::String, { 'path_param': { 'field_name': 'id', 'style': 'simple', 'explode': false } }

      field :sub_resource_id, ::String, { 'path_param': { 'field_name': 'subResourceId', 'style': 'simple', 'explode': false } }
      # The account identifier
      field :x_account_id, ::String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
      # The format to download the file in
      field :format, T.nilable(::String), { 'query_param': { 'field_name': 'format', 'style': 'form', 'explode': true } }


      sig { params(id: ::String, sub_resource_id: ::String, x_account_id: ::String, format: T.nilable(::String)).void }
      def initialize(id: nil, sub_resource_id: nil, x_account_id: nil, format: nil)
        @id = id
        @sub_resource_id = sub_resource_id
        @x_account_id = x_account_id
        @format = format
      end
    end
  end
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
stackone_client-0.2.33 lib/stack_one/models/operations/hris_download_employee_document_request.rb
stackone_client-0.2.32 lib/stack_one/models/operations/hris_download_employee_document_request.rb
stackone_client-0.2.31 lib/stack_one/models/operations/hris_download_employee_document_request.rb
stackone_client-0.2.30 lib/stack_one/models/operations/hris_download_employee_document_request.rb
stackone_client-0.2.29 lib/stack_one/models/operations/hris_download_employee_document_request.rb
stackone_client-0.2.28 lib/stack_one/models/operations/hris_download_employee_document_request.rb
stackone_client-0.2.27 lib/stack_one/models/operations/hris_download_employee_document_request.rb
stackone_client-0.2.26 lib/stack_one/models/operations/hris_download_employee_document_request.rb
stackone_client-0.2.18 lib/stack_one/models/operations/hris_download_employee_document_request.rb
stackone_client-0.2.17 lib/stack_one/models/operations/hris_download_employee_document_request.rb
stackone_client-0.2.16 lib/stack_one/models/operations/hris_download_employee_document_request.rb
stackone_client-0.2.15 lib/stack_one/models/operations/hris_download_employee_document_request.rb
stackone_client-0.2.14 lib/stack_one/models/operations/hris_download_employee_document_request.rb
stackone_client-0.2.13 lib/stack_one/models/operations/hris_download_employee_document_request.rb
stackone_client-0.2.12 lib/stack_one/models/operations/hris_download_employee_document_request.rb
stackone_client-0.2.11 lib/stack_one/models/operations/hris_download_employee_document_request.rb
stackone_client-0.2.10 lib/stack_one/models/operations/hris_download_employee_document_request.rb
stackone_client-0.2.9 lib/stack_one/models/operations/hris_download_employee_document_request.rb
stackone_client-0.2.7 lib/stack_one/models/operations/hris_download_employee_document_request.rb
stackone_client-0.2.6 lib/stack_one/models/operations/hris_download_employee_document_request.rb