Sha256: 26f323df1c5ea2baa27cd39f19fcb5edbf137d2bc4e0f78584a22012e3efe664

Contents?: true

Size: 1.81 KB

Versions: 1

Compression:

Stored size: 1.81 KB

Contents

# ModerationApi::ActionsList200ResponseInner

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **String** | The ID of the action. |  |
| **created_at** | **Time** | The date the action was created. |  |
| **name** | **String** | The name of the action. |  |
| **key** | **String** | User defined key of the action. | [optional] |
| **description** | **String** | The description of the action. | [optional] |
| **queue_behaviour** | **String** | Whether the action resolves and removes the item, unresolves and re-add it to the queue, or does not change the resolve status. | [optional][default to 'NO_CHANGE'] |
| **filter_in_queue_ids** | **Array<String>** | The IDs of the queues the action is available in. | [optional] |
| **position** | **String** | Show the action in all queues, selected queues or no queues (to use via API only). | [optional][default to 'ALL_QUEUES'] |
| **possible_values** | [**Array<ActionsList200ResponseInnerPossibleValuesInner>**](ActionsList200ResponseInnerPossibleValuesInner.md) | The possible values of the action. The user will be prompted to select one of these values when executing the action. | [optional] |
| **value_required** | **Boolean** | Whether the action requires a value to be executed. | [optional][default to false] |
| **free_text** | **Boolean** | Whether the action allows any text to be entered as a value or if it must be one of the possible values. | [optional][default to false] |

## Example

```ruby
require 'moderation_api'

instance = ModerationApi::ActionsList200ResponseInner.new(
  id: null,
  created_at: null,
  name: null,
  key: null,
  description: null,
  queue_behaviour: null,
  filter_in_queue_ids: null,
  position: null,
  possible_values: null,
  value_required: null,
  free_text: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
moderation_api-1.2.2 docs/ActionsList200ResponseInner.md