Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1018 Bytes

File metadata and controls

46 lines (34 loc) · 1018 Bytes
title metaDataKeyStringPair resource type
description Represents a key-value (string) pair of the metadata.
author sangle7
ms.localizationpriority medium
ms.subservice sharepoint
doc_type resourcePageType
ms.date 07/22/2024

metaDataKeyStringPair resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents a key-value (string) pair of the metadata.

Properties

Property Type Description
key String Key of the meta data.
value String Value of the meta data.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.metaDataKeyStringPair",
  "key": "String",
  "value": "String"
}