27 lines
729 B
Markdown
27 lines
729 B
Markdown
# CardUpstreamFetchRequest
|
|
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**services** | **Array<string>** | | [default to undefined]
|
|
**persist** | **boolean** | | [optional] [default to undefined]
|
|
**name** | **string** | | [optional] [default to undefined]
|
|
**id** | **number** | | [optional] [default to undefined]
|
|
|
|
## Example
|
|
|
|
```typescript
|
|
import { CardUpstreamFetchRequest } from './api';
|
|
|
|
const instance: CardUpstreamFetchRequest = {
|
|
services,
|
|
persist,
|
|
name,
|
|
id,
|
|
};
|
|
```
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|