VersionTag#

class nemo_microservices.types.shared_params.VersionTag

Bases: TypedDict

name: Required[str]

The name of the version.

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

created_at: Annotated[str | datetime, PropertyInfo(alias='None', format=iso8601, format_template='None', discriminator='None')]

Timestamp for when the version tag was created.

created_by: str

The ID of the user that created this entity.