Sha256: 2add6510d144f109b7658db726f37f4871e9b8e54710dd23c2fecc76ce580c23

Contents?: true

Size: 368 Bytes

Versions: 3

Compression:

Stored size: 368 Bytes

Contents

# 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
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
vgs_api_client-0.0.21 docs/InlineResponse201.md
vgs_api_client-0.0.15 docs/InlineResponse201.md
vgs_api_client-0.0.1 docs/InlineResponse201.md