localizedDescription resource type

Namespace: microsoft.graph.termStore

Represents the localized description used to describe a term in the term store.

Properties

Property Type Description
description String The description in the localized language.
languageTag String The language tag for the label.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.termStore.localizedDescription",
  "description": "String",
  "languageTag": "String"
}