scaleway_api_rs 0.1.8

Generated library to interact with Scaleway API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# ScalewayPeriodAccountPeriodV2PeriodProject

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**String**> | The ID of the project (UUID format) | [optional]
**name** | Option<**String**> | The name of the project | [optional]
**organization_id** | Option<**String**> | The organization ID of the project (UUID format) | [optional]
**created_at** | Option<**String**> | The creation date of the project (RFC 3339 format) | [optional]
**updated_at** | Option<**String**> | The update date of the project (RFC 3339 format) | [optional]
**description** | Option<**String**> | The description of the project | [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)