# MyDataMyConsent::SharedWith
# Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | [optional] | |
| receiver_id | String | [optional] | |
| name | String | [optional] | |
| contact_number | String | [optional] | |
| profile_url | String | [optional] | |
| expires_at_utc | Time | [optional] |
# Example
require 'mydatamyconsent'
instance = MyDataMyConsent::SharedWith.new(
id: null,
receiver_id: null,
name: null,
contact_number: null,
profile_url: null,
expires_at_utc: null
)
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10