# ApiKeyInput

Represents an API key expiration time.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**expirationTime** | **number** | The time to live (TTL) for the API key in seconds. | [optional] [default to undefined]

## Example

```typescript
import { ApiKeyInput } from './api';

const instance: ApiKeyInput = {
    expirationTime,
};
```

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