Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.06 KB

AllocationCloud.md

File metadata and controls

23 lines (18 loc) · 1.06 KB

core_openapi.model.AllocationCloud

Load the model package

import 'package:pieces_os_client/api.dart';

Properties

Name Type Description Notes
schema EmbeddedModelSchema [optional]
id String This is a uuid that represents this cloud.(this is the same as the userid)
user String this is your useruuid.
urls AllocationCloudUrls
status AllocationCloudStatus
project String This is the project that this is attached to.
updated GroupedTimestamp [optional]
version String this is the current version of the server. [optional]
region String this is the region where the project is defined. [optional]

[Back to Model list] [Back to API list] [Back to README]