Sha256: cda62c67986fb15282e6d4ab10ca4a4ab48f4ac1b1abefcd29c0a541929e9749

Contents?: true

Size: 937 Bytes

Versions: 1

Compression:

Stored size: 937 Bytes

Contents

# ModerationApi::ModerationObjectRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **value** | [**ModerationObjectRequestValue**](ModerationObjectRequestValue.md) |  |  |
| **content_id** | **String** | The unique ID of the content in your database. | [optional] |
| **do_not_store** | **Boolean** | Do not store the content. The content won't enter the review queue | [optional] |
| **author_id** | **String** | The author of the content. | [optional] |
| **context_id** | **String** | For example the ID of a chat room or a post | [optional] |
| **metadata** | **Hash<String, Object>** | Any metadata you want to store with the content | [optional] |

## Example

```ruby
require 'moderation_api'

instance = ModerationApi::ModerationObjectRequest.new(
  value: null,
  content_id: null,
  do_not_store: null,
  author_id: null,
  context_id: null,
  metadata: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
moderation_api-1.2.2 docs/ModerationObjectRequest.md