# ServerlessFunctionRefDTO

Reference to a serverless function by uuid and/or name

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**uuid** | **string** |  | [optional] [default to undefined]
**name** | **string** |  | [optional] [default to undefined]
**label** | **string** |  | [optional] [default to undefined]

## Example

```typescript
import { ServerlessFunctionRefDTO } from '@caraer/client';

const instance: ServerlessFunctionRefDTO = {
    uuid,
    name,
    label,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
