Sha256: a63f03981fc3b49b8a89eca06ea149859fb3c3aea90958645e34f2b71334b99f

Contents?: true

Size: 531 Bytes

Versions: 1

Compression:

Stored size: 531 Bytes

Contents

# ModerationApi::ModerationObject200ResponseAllOfFieldsInner

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **key** | **String** | The key of the field |  |
| **flagged** | **Boolean** | Whether the field was flagged |  |
| **flagged_by** | **Array<String>** | The models that flagged the field |  |

## Example

```ruby
require 'moderation_api'

instance = ModerationApi::ModerationObject200ResponseAllOfFieldsInner.new(
  key: null,
  flagged: null,
  flagged_by: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
moderation_api-1.2.2 docs/ModerationObject200ResponseAllOfFieldsInner.md