blob: e4726203068d022ae366867940f1dffc1d7fd378 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Uri
The URL to send a respondent into. Must not edit this URL in any way. If the eligibility is conditional or ineligible, the uri will be null.
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
## Example
```typescript
import { Uri } from './api';
const instance: Uri = {
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|