Sha256: 17330596120a78e50d6de1631c5b5ffa0e1732bd8758f26f7f9a4d660f284b05
Contents?: true
Size: 630 Bytes
Versions: 1
Compression:
Stored size: 630 Bytes
Contents
# ModerationApi::ActionsExecuteDeprecatedRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **content_ids** | **Array<String>** | The IDs of the content items to perform the action on. | | | **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::ActionsExecuteDeprecatedRequest.new( content_ids: null, queue_id: null, value: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
moderation_api-1.2.2 | docs/ActionsExecuteDeprecatedRequest.md |