nemo_microservices.types.shared_params.version_tag#

Module Contents#

Classes#

API#

class nemo_microservices.types.shared_params.version_tag.VersionTag#

Bases: typing_extensions.TypedDict

created_at: typing_extensions.Annotated[str | datetime.datetime, PropertyInfo(format='iso8601')]#

None

Timestamp for when the version tag was created.

created_by: str#

None

The ID of the user that created this entity.

name: typing_extensions.Required[str]#

None

The name of the version.

Typically should be kept lower case, no space, no ‘/’, no @.