# MyDataMyConsent::UriDetails
# Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| aadhaar | String | ||
| uri | String | ||
| doc_type | String | ||
| doc_name | String | ||
| doc_id | String | ||
| issued_on | String | ||
| valid_from | String | ||
| valid_to | String | [optional] | |
| timestamp | String | [optional] | |
| action | String | [optional] |
# Example
require 'mydatamyconsent'
instance = MyDataMyConsent::UriDetails.new(
aadhaar: null,
uri: null,
doc_type: null,
doc_name: null,
doc_id: null,
issued_on: null,
valid_from: null,
valid_to: null,
timestamp: null,
action: null
)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14