편집

다음을 통해 공유


packageElement complex type

Important

APIs under the /beta version are subject to change. Use of these APIs in production applications is not supported.

Represents a single element within a Copilot package, containing its unique identifier and definition.

Properties

Property Type Description
definition String Complete definition or manifest of the element as a JSON string.
id String Unique identifier of the element.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.packageElement",
  "definition": "String",
  "id": "String"
}