Sha256: baa9dad4a15a8a4ee5543d75b125efb63597a72264da5b1458955e05e6499647
Contents?: true
Size: 490 Bytes
Versions: 1
Compression:
Stored size: 490 Bytes
Contents
# ModerationApi::ActionsExecute200Response ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **success** | **Boolean** | Action executed successfully. | | | **action_id** | **String** | The ID of the action. | | | **ids** | **Array<String>** | The IDs of the content items. | | ## Example ```ruby require 'moderation_api' instance = ModerationApi::ActionsExecute200Response.new( success: null, action_id: null, ids: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
moderation_api-1.2.2 | docs/ActionsExecute200Response.md |