Class: GustoEmbedded::Operations::GetV1EmployeesEmployeeIdJobsRequest

Inherits:
Crystalline::FieldAugmented show all
Extended by:
T::Sig
Defined in:
lib/gusto_embedded/models/operations/get_v1_employees_employee_id_jobs_request.rb

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

#field, #fields, included, #marshal_single, #to_dict, #to_json

Constructor Details

#initialize(employee_id: nil, include: nil, page: nil, per: nil, x_gusto_api_version: nil) ⇒ GetV1EmployeesEmployeeIdJobsRequest

Returns a new instance of GetV1EmployeesEmployeeIdJobsRequest.



28
29
30
31
32
33
34
# File 'lib/gusto_embedded/models/operations/get_v1_employees_employee_id_jobs_request.rb', line 28

def initialize(employee_id: nil, include: nil, page: nil, per: nil, x_gusto_api_version: nil)
  @employee_id = employee_id
  @include = include
  @page = page
  @per = per
  @x_gusto_api_version = x_gusto_api_version
end