Sha256: a16563e6824ee77d2c674bbe3c6d8c8e8de46ddb4d62be7ddab629a60c69edd5
Contents?: true
Size: 690 Bytes
Versions: 1
Compression:
Stored size: 690 Bytes
Contents
# ModerationApi::ModerationVideo200Response ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **status** | **String** | Success if the request was successful | | | **request** | [**ModerationText200ResponseAllOfRequest**](ModerationText200ResponseAllOfRequest.md) | | | | **flagged** | **Boolean** | Whether the content was flagged by any models | | | **content_id** | **String** | The ID of the content. Only returned if the content was stored. | [optional] | ## Example ```ruby require 'moderation_api' instance = ModerationApi::ModerationVideo200Response.new( status: null, request: null, flagged: null, content_id: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
moderation_api-1.2.2 | docs/ModerationVideo200Response.md |