# MyDataMyConsent::Activity
# Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| actor_name | String | [optional] | |
| description | String | [optional] | |
| actor_profile_url | String | [optional] | |
| date_time_utc | Time | [optional] |
# Example
require 'mydatamyconsent'
instance = MyDataMyConsent::Activity.new(
actor_name: null,
description: null,
actor_profile_url: null,
date_time_utc: null
)
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8