FeatureVersionListResult

FeatureVersionListResult
List result with versions of a feature

List result with versions of a feature queried for.

AllOf
This class requires all of the following:
JSON Example
{
    "offset": 0,
    "number_of_results": 0,
    "total_result_count": 0,
    "total_pages": 0,
    "sort_ascending": false,
    "sort_by": "string",
    "results": [
        {
            "feature_type": "IDPS_SIGNATURE",
            "versions": [
                "string"
            ]
        }
    ]
}