Sha256: b69dc066da85de525c3fcf38d77e058da6df184880b7acd4c1c5e085d262b3db

Contents?: true

Size: 390 Bytes

Versions: 1

Compression:

Stored size: 390 Bytes

Contents

# ModerationApi::ActionsDelete200Response

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **deleted** | **Boolean** | Whether the action was deleted. |  |
| **id** | **String** | The ID of the action. |  |

## Example

```ruby
require 'moderation_api'

instance = ModerationApi::ActionsDelete200Response.new(
  deleted: null,
  id: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
moderation_api-1.2.2 docs/ActionsDelete200Response.md