Class: OpenApiSDK::Shared::UnifiedHrisTimesheetEntryInput

Inherits:
Utils::FieldAugmented show all
Extended by:
T::Sig
Defined in:
lib/open_api_sdk/models/shared/unifiedhristimesheetentryinput.rb

Instance Method Summary collapse

Methods included from MetadataFields

#field, #fields, included, #marshal_json, #marshal_single

Constructor Details

#initialize(employee_id: nil, end_time: nil, field_mappings: nil, hours_worked: nil, remote_was_deleted: nil, start_time: nil) ⇒ UnifiedHrisTimesheetEntryInput

Returns a new instance of UnifiedHrisTimesheetEntryInput.



29
30
31
32
33
34
35
36
# File 'lib/open_api_sdk/models/shared/unifiedhristimesheetentryinput.rb', line 29

def initialize(employee_id: nil, end_time: nil, field_mappings: nil, hours_worked: nil, remote_was_deleted: nil, start_time: nil)
  @employee_id = employee_id
  @end_time = end_time
  @field_mappings = field_mappings
  @hours_worked = hours_worked
  @remote_was_deleted = remote_was_deleted
  @start_time = start_time
end