# ModerationApi::ModerationObjectRequestValueDataValue ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | **String** | The type of content (e.g., \"text\", \"image\", \"video\") | | | **value** | **String** | The content to analyze | | | **model_ids** | **Array<String>** | Optional array of specific model IDs to use | [optional] | ## Example ```ruby require 'moderation_api' instance = ModerationApi::ModerationObjectRequestValueDataValue.new( type: null, value: null, model_ids: null ) ```