Class: FinchAPI::Models::Sandbox::EmploymentUpdateResponse::Manager

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/finch-api/models/sandbox/employment_update_response.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id: nil) ⇒ Manager

The manager object representing the manager of the individual within the org.

Parameters:

  • id (String) (defaults to: nil)


5
# File 'lib/finch-api/models/sandbox/employment_update_response.rb', line 5

def initialize(id: nil, **) = super

Instance Attribute Details

#idString?

A stable Finch ‘id` (UUID v4) for an individual in the company.

Returns:

  • (String, nil)


311
# File 'lib/finch-api/models/sandbox/employment_update_response.rb', line 311

optional :id, String