Sha256: 8193fbb08421e66c70a1b6676c9d271151558c82168cc6e1d3bde68f0d4f287f
Contents?: true
Size: 705 Bytes
Versions: 1
Compression:
Stored size: 705 Bytes
Contents
# ModerationApi::ActionsExecuteRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **content_ids** | **Array<String>** | The IDs of the content items to perform the action on. | | | **action_id** | **String** | The ID or key of the action to execute. | | | **queue_id** | **String** | The ID of the queue the action was performed from if any. | [optional] | | **value** | **String** | The value of the action. Useful to set a reason for the action etc. | [optional] | ## Example ```ruby require 'moderation_api' instance = ModerationApi::ActionsExecuteRequest.new( content_ids: null, action_id: null, queue_id: null, value: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
moderation_api-1.2.2 | docs/ActionsExecuteRequest.md |