tapis-streams 0.3.0

Manage Tapis Streams API.
Documentation
# Site

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**site_name** | Option<**String**> | Site name | [optional]
**site_id** | Option<**String**> | User uniquely defined ID for site. | [optional]
**owner** | Option<**String**> | The owner for site | [optional]
**metadata** | Option<[**serde_json::Value**].md> | User defined metadata for the site | [optional]
**longitude** | Option<**f64**> | longitude | [optional]
**latitude** | Option<**f64**> | latitude | [optional]
**elevation** | Option<**f64**> | elevation | [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)