-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f9751ef
commit 9504791
Showing
54 changed files
with
1,953 additions
and
3,244 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# FieldDataReference | ||
|
||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**external_data_identifier** | [**ExternalDataIdentifier**](ExternalDataIdentifier.md) | | [optional] | ||
**external_data_annotation** | **str** | | [optional] | ||
**external_data_id_sim_ref** | [**List[KeyValue]**](KeyValue.md) | | [optional] | ||
|
||
## Example | ||
|
||
```python | ||
from vcell_client.models.field_data_reference import FieldDataReference | ||
|
||
# TODO update the JSON string below | ||
json = "{}" | ||
# create an instance of FieldDataReference from a JSON string | ||
field_data_reference_instance = FieldDataReference.from_json(json) | ||
# print the JSON string representation of the object | ||
print FieldDataReference.to_json() | ||
|
||
# convert the object into a dict | ||
field_data_reference_dict = field_data_reference_instance.to_dict() | ||
# create an instance of FieldDataReference from a dict | ||
field_data_reference_form_dict = field_data_reference.from_dict(field_data_reference_dict) | ||
``` | ||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
Oops, something went wrong.