Class: FinchAPI::Models::Sandbox::CompanyUpdateParams::Department::Parent
- Inherits:
-
BaseModel
- Object
- FinchAPI::Models::Sandbox::CompanyUpdateParams::Department::Parent
- Defined in:
- lib/finch-api/models/sandbox/company_update_params.rb
Overview
def initialize: (Hash | FinchAPI::BaseModel) -> void
Instance Attribute Summary collapse
-
#name ⇒ String?
The parent department’s name.
Instance Attribute Details
#name ⇒ String?
The parent department’s name.
176 |
# File 'lib/finch-api/models/sandbox/company_update_params.rb', line 176 optional :name, String, nil?: true |