tapis-streams 0.3.0

Manage Tapis Streams API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# NewProject

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**project_name** | **String** | Project name. | 
**description** | Option<**String**> | Project description. | [optional]
**owner** | **String** | Project owner. | 
**pi** | **String** | Principal investigator. | 
**funding_resource** | Option<**String**> | Funding for the project. | [optional]
**project_url** | Option<**String**> | url of the project | [optional]
**active** | Option<**bool**> | Current status of the project | [optional]
**metadata** | Option<[**serde_json::Value**].md> | User defined metadata for the site | [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)