Sha256: 3f308acae8c5e7bcb1f701904d8e96408a2a74c5c87ec7080c0967e448e49680

Contents?: true

Size: 1.97 KB

Versions: 1

Compression:

Stored size: 1.97 KB

Contents

# ModerationApi::ActionsGet200Response

## 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] |
| **webhooks** | [**Array<ActionsGet200ResponseWebhooksInner>**](ActionsGet200ResponseWebhooksInner.md) | The action's webhooks. | [optional] |

## Example

```ruby
require 'moderation_api'

instance = ModerationApi::ActionsGet200Response.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,
  webhooks: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
moderation_api-1.2.2 docs/ActionsGet200Response.md