Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 357 Bytes

File metadata and controls

20 lines (14 loc) · 357 Bytes

StackOneHRIS::EmployeeApiModelAvatar

Properties

Name Type Description Notes
url String [optional]
base64 String [optional]

Example

require 'stackone_hris_client'

instance = StackOneHRIS::EmployeeApiModelAvatar.new(
  url: null,
  base64: null
)