# VgsApiClient::InlineResponse201 ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **data** | [**Array<RevealedData>**](RevealedData.md) | List of stored values along with their aliases. | [optional] | ## Example ```ruby require 'vgs_api_client' instance = VgsApiClient::InlineResponse201.new( data: null ) ```