Sha256: b780161eaf2e059fd850a50e822195f287983b6bbb4c1254ddb995c78c8256fd
Contents?: true
Size: 1.32 KB
Versions: 27
Compression:
Stored size: 1.32 KB
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module StackOne module Operations class HrisUpdateEmployeeWorkEligibilityRequestRequest < ::StackOne::Utils::FieldAugmented extend T::Sig field :hris_create_work_eligibility_request_dto, ::StackOne::Shared::HrisCreateWorkEligibilityRequestDto, { 'request': { 'media_type': 'application/json' } } 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 } } sig { params(hris_create_work_eligibility_request_dto: ::StackOne::Shared::HrisCreateWorkEligibilityRequestDto, id: ::String, sub_resource_id: ::String, x_account_id: ::String).void } def initialize(hris_create_work_eligibility_request_dto: nil, id: nil, sub_resource_id: nil, x_account_id: nil) @hris_create_work_eligibility_request_dto = hris_create_work_eligibility_request_dto @id = id @sub_resource_id = sub_resource_id @x_account_id = x_account_id end end end end
Version data entries
27 entries across 27 versions & 1 rubygems