| Name | Type | Description | Notes |
|---|---|---|---|
| type | string | Ex: population, cohort, or individual | |
| user_id | int | The user id of the principal investigator or subject if an individual studies | [optional] |
| id | string | ID of the cohort study which is necessary to allow participants to join | [optional] |
| cause_variable | \CureDAO\Client\Models\Variable | [optional] | |
| cause_variable_name | string | Ex: Sleep Quality | [optional] |
| study_charts | \CureDAO\Client\Models\StudyCharts | [optional] | |
| effect_variable | \CureDAO\Client\Models\Variable | [optional] | |
| effect_variable_name | string | Ex: Overall Mood | [optional] |
| participant_instructions | \CureDAO\Client\Models\ParticipantInstruction | [optional] | |
| statistics | \CureDAO\Client\Models\Correlation | [optional] | |
| study_card | \CureDAO\Client\Models\Card | Contains a summary, images, sharing buttons, and links | [optional] |
| study_html | \CureDAO\Client\Models\StudyHtml | [optional] | |
| study_images | \CureDAO\Client\Models\StudyImages | [optional] | |
| study_links | \CureDAO\Client\Models\StudyLinks | [optional] | |
| study_sharing | \CureDAO\Client\Models\StudySharing | [optional] | |
| study_text | \CureDAO\Client\Models\StudyText | [optional] | |
| study_votes | \CureDAO\Client\Models\StudyVotes | [optional] | |
| joined | bool | True if you are sharing your data with this study | [optional] |