metaDataKeyValuePair resource type
Namespace: microsoft.graph
Represents a key-value (object) pair of the metadata.
Properties
Property | Type | Description |
---|---|---|
key | String | Key of the metadata. |
value | Json | Value of the metadata. Should be an object. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.metaDataKeyValuePair",
"key": "String",
"value": {
"@odata.type": "microsoft.graph.Json"
}
}