# VgsapiClient::CreateAliasesRequestNew ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **classifiers** | **Array<String>** | List of tags to classify the value with. | [optional] | | **format** | [**AliasFormat**](AliasFormat.md) | | | | **value** | **String** | Raw value to encrypt & store in the vault. | | ## Example ```ruby require 'vgs_api_client' instance = VgsapiClient::CreateAliasesRequestNew.new( classifiers: null, format: null, value: 122105155 ) ```