Sha256: faf7ebcce36ca276b041a15bf5423269000cda7364032b46695e0de59950c6a7

Contents?: true

Size: 481 Bytes

Versions: 1

Compression:

Stored size: 481 Bytes

Contents

# ModerationApi::ModerationObjectRequestValue

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **type** | **String** | The type of the object you want to analyze. |  |
| **data** | [**Hash<String, ModerationObjectRequestValueDataValue>**](ModerationObjectRequestValueDataValue.md) |  |  |

## Example

```ruby
require 'moderation_api'

instance = ModerationApi::ModerationObjectRequestValue.new(
  type: null,
  data: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
moderation_api-1.2.2 docs/ModerationObjectRequestValue.md