Three lines

Uber

Developers

AssetMetadata

The AssetMetadata object carries audit information for an Asset: when it was created and last updated, and by whom.

Properties

Field Type Description
created_at string (date-time) Time the asset was created, in RFC 3339 format
updated_at string (date-time) Time the asset was last updated, in RFC 3339 format
created_by_email string Email of the user who created the asset
updated_by_email string Email of the user who last updated the asset

For an asset that has never been modified since creation, updated_at equals created_at and updated_by_email equals created_by_email.

Uber

Developers
© 2026 Uber Technologies Inc.