Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Important
APIs under the /beta version are subject to change. Use of these APIs in production applications is not supported.
Provides details for each element type comprising the package.
Properties
| Property | Type | Description |
|---|---|---|
elements |
packageElement collection | List of details for all elements in the package of this type. |
elementType |
String | Type of the element (e.g., CustomEngineCopilot, DeclarativeAgent, Bot). |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.packageElementDetail",
"elements": [
{
"@odata.type": "microsoft.graph.packageElement"
}
],
"elementType": "String"
}