nemo_microservices.types.data_designer.uuid_sampler_params#
Module Contents#
Classes#
API#
- class nemo_microservices.types.data_designer.uuid_sampler_params.UuidSamplerParams(/, **data: Any)#
Bases:
nemo_microservices._models.BaseModel- prefix: str | None#
None
String prepended to the front of the UUID.
- short_form: bool | None#
None
If true, all UUIDs sampled will be truncated at 8 characters.
- uppercase: bool | None#
None
If true, all letters in the UUID will be capitalized.