Partager via


Type de ressource physicalAddress

Espace de noms: microsoft.graph

Représente l’adresse postale d’une ressource telle qu’un contact ou un événement.

Propriétés

Propriété Type Description
city Chaîne Ville.
countryOrRegion String Pays ou région Il s’agit d’une valeur de chaîne de format libre, par exemple, « États-Unis ».
postalCode Chaîne Code postal
state Chaîne État.
street Chaîne Rue.

Représentation JSON

La représentation JSON suivante montre le type de ressource.

{
  "city": "string",
  "countryOrRegion": "string",
  "postalCode": "string",
  "state": "string",
  "street": "string"
}