tapis-streams 0.3.0

Manage Tapis Streams API.
Documentation
# Variable

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**var_name** | Option<**String**> | The name of variable. | [optional]
**var_id** | Option<**String**> | The unique identifier for variable. | [optional]
**owner** | Option<**String**> | The owner for variable. | [optional]
**inst_id** | Option<**String**> | The instrument id generated by CHORDS. | [optional]
**shortname** | Option<**String**> | The shortname of variable. | [optional]
**unit** | Option<**String**> | The unit to measure property of variable. | [optional]
**unit_abbrev** | Option<**String**> | The unit abbrevation to measure variable. | [optional]
**measured_property** | Option<**String**> | The property measured by variable. | [optional]
**metadata** | Option<[**serde_json::Value**].md> | User entered metadata for the variable | [optional]
**chords_id** | Option<**i32**> | Variable ID in chords | [optional]
**created_at** | Option<**String**> | ISO8601 datetime string for object creation date | [optional]
**last_updated** | Option<**String**> | ISO8601 datetime string for object updated date | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)