sortProperty リソースの種類
名前空間: microsoft.graph
検索結果を並べ替える順序を示します。
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
isDescending | ブール型 |
True 並べ替え順序が降順の場合。 既定値は false で、並べ替え順序は昇順です。 省略可能。 |
name | String | 並べ替えるプロパティの名前。 必須です。 |
リレーションシップ
なし。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"name": "String",
"isDescending": "true"
}