Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.06 KB

File metadata and controls

23 lines (18 loc) · 1.06 KB

openapi.model.Image

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
id String The unique identifier (ID) for an image.
createdTime DateTime The date and time that the image was created.
updatedTime DateTime The date and time that the image was last updated.
name String The human-readable identifier for an image.
description String Additional information about the image.
family String The family the image belongs to.
version String The image version.
architecture ImageArchitecture The CPU architecture the image supports.
region Region The region in which this image is available.

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