buildTime property

String? buildTime
getter/setter pair

The time this image was built.

This field is returned as the 'metadata.buildTime' field in the Version resource. The build time is returned to the client as an RFC 3339 string, which can be easily used with the JavaScript Date constructor.

Implementation

core.String? buildTime;