Sha256: 0a189994991dfd70c60d8cbe53ab1c5f47869a711a930ff286d74693934e305f

Contents?: true

Size: 1.81 KB

Versions: 13

Compression:

Stored size: 1.81 KB

Contents

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

# typed: true
# frozen_string_literal: true


module StackOne
  module Operations
  

    class HrisGetEmployeesWorkEligibilityRequest < ::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 comma separated list of fields that will be returned in the response (if empty, all fields are returned)
      field :fields_, T.nilable(::String), { 'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': true } }
      # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
      field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'deepObject', 'explode': true } }
      # Indicates that the raw request result is returned
      field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }


      sig { params(id: ::String, sub_resource_id: ::String, x_account_id: ::String, fields_: T.nilable(::String), proxy: T.nilable(T::Hash[Symbol, ::Object]), raw: T.nilable(T::Boolean)).void }
      def initialize(id: nil, sub_resource_id: nil, x_account_id: nil, fields_: nil, proxy: nil, raw: nil)
        @id = id
        @sub_resource_id = sub_resource_id
        @x_account_id = x_account_id
        @fields_ = fields_
        @proxy = proxy
        @raw = raw
      end
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
stackone_client-0.2.33 lib/stack_one/models/operations/hris_get_employees_work_eligibility_request.rb
stackone_client-0.2.32 lib/stack_one/models/operations/hris_get_employees_work_eligibility_request.rb
stackone_client-0.2.31 lib/stack_one/models/operations/hris_get_employees_work_eligibility_request.rb
stackone_client-0.2.30 lib/stack_one/models/operations/hris_get_employees_work_eligibility_request.rb
stackone_client-0.2.29 lib/stack_one/models/operations/hris_get_employees_work_eligibility_request.rb
stackone_client-0.2.28 lib/stack_one/models/operations/hris_get_employees_work_eligibility_request.rb
stackone_client-0.2.27 lib/stack_one/models/operations/hris_get_employees_work_eligibility_request.rb
stackone_client-0.2.26 lib/stack_one/models/operations/hris_get_employees_work_eligibility_request.rb
stackone_client-0.2.18 lib/stack_one/models/operations/hris_get_employees_work_eligibility_request.rb
stackone_client-0.2.17 lib/stack_one/models/operations/hris_get_employees_work_eligibility_request.rb
stackone_client-0.2.16 lib/stack_one/models/operations/hris_get_employees_work_eligibility_request.rb
stackone_client-0.2.15 lib/stack_one/models/operations/hris_get_employees_work_eligibility_request.rb
stackone_client-0.2.14 lib/stack_one/models/operations/hris_get_employees_work_eligibility_request.rb