Sha256: e491e073e34f94936baec28e3fed99ac6b99651887deb4f96eebbd89d5f98c03

Contents?: true

Size: 1.82 KB

Versions: 1

Compression:

Stored size: 1.82 KB

Contents

# ModerationApi::ActionsCreateRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **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<ActionsCreateRequestWebhooksInner>**](ActionsCreateRequestWebhooksInner.md) | The action's webhooks. | [optional] |

## Example

```ruby
require 'moderation_api'

instance = ModerationApi::ActionsCreateRequest.new(
  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/ActionsCreateRequest.md