ash_api 0.1.7

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Project

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<[**uuid::Uuid**]uuid::Uuid.md> | Project ID | [optional]
**owner_id** | Option<[**uuid::Uuid**]uuid::Uuid.md> | ID of the user who owns the project | [optional]
**name** | Option<**String**> | Project name | [optional]
**network** | Option<**String**> | Project network | [optional]
**shared_resource_config** | Option<[**crate::models::ProjectSharedResourceConfig**]Project_sharedResourceConfig.md> |  | [optional]
**created** | Option<**String**> | Date/time when the project was created | [optional]
**cloud_regions_ids** | Option<[**serde_json::Value**].md> | Map of the project cloud regions (name => ID) | [optional]
**resources_ids** | Option<[**serde_json::Value**].md> | Map of the project resources (ID => type) | [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)