Class: FinchAPI::Models::Sandbox::CompanyUpdateResponse::Department::Parent
- Inherits:
-
BaseModel
- Object
- BaseModel
- FinchAPI::Models::Sandbox::CompanyUpdateResponse::Department::Parent
- Defined in:
- lib/finch-api/models/sandbox/company_update_response.rb
Overview
def initialize: (Hash | FinchAPI::BaseModel) -> void
Instance Attribute Summary collapse
-
#name ⇒ String?
The parent department’s name.
Method Summary
Methods inherited from BaseModel
==, #==, #[], coerce, #deconstruct_keys, dump, fields, #initialize, #inspect, known_fields, optional, required, #to_h
Methods included from Converter
#coerce, coerce, #dump, dump, type_info
Constructor Details
This class inherits a constructor from FinchAPI::BaseModel
Instance Attribute Details
#name ⇒ String?
The parent department’s name.
158 |
# File 'lib/finch-api/models/sandbox/company_update_response.rb', line 158 optional :name, String, nil?: true |