FormData
synapseclient.models.mixins.FormData
dataclass
¶
Represents a FormData object in Synapse.
Source code in synapseclient/models/mixins/form.py
118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 | |
Attributes¶
form_data_id
class-attribute
instance-attribute
¶
The system issued identifier that uniquely identifies this object.
etag
class-attribute
instance-attribute
¶
Will change whenever there is a change to this data or its status.
group_id
class-attribute
instance-attribute
¶
The identifier of the group that manages this data. Required.
name
class-attribute
instance-attribute
¶
User provided name for this submission. Required.
created_by
class-attribute
instance-attribute
¶
Id of the user that created this object.
created_on
class-attribute
instance-attribute
¶
The date this object was originally created.
modified_on
class-attribute
instance-attribute
¶
The date this object was last modified.
data_file_handle_id
class-attribute
instance-attribute
¶
The identifier of the data FileHandle for this object.