Class: OpenApiSDK::Shared::UnifiedHrisTimesheetEntryInput
- Inherits:
-
Utils::FieldAugmented
- Object
- Utils::FieldAugmented
- OpenApiSDK::Shared::UnifiedHrisTimesheetEntryInput
- Extended by:
- T::Sig
- Defined in:
- lib/open_api_sdk/models/shared/unifiedhristimesheetentryinput.rb
Instance Method Summary collapse
-
#initialize(employee_id: nil, end_time: nil, field_mappings: nil, hours_worked: nil, remote_was_deleted: nil, start_time: nil) ⇒ UnifiedHrisTimesheetEntryInput
constructor
A new instance of UnifiedHrisTimesheetEntryInput.
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 |