# Function ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **string** | Unique function identifier | [optional] [default to undefined] **name** | **string** | Function name | [optional] [default to undefined] **source** | **string** | Function source code | [optional] [default to undefined] **project** | [**Project**](Project.md) | | [optional] [default to undefined] ## Example ```typescript import { Function } from './api'; const instance: Function = { id, name, source, project, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)