AssetQueryOrderBy
Asset result ordering.
descendingboolean
Reverse the default ascending order.
Example:
falsepropertystring
Asset property used for ordering.
Possible values: [CREATED_ON, NAME, ASSET_TYPE, PARENT_ID, REALM]
Example:
NAMEAssetQueryOrderBy
{
"descending": false,
"property": "NAME"
}