physicalAddress 资源类型
命名空间:microsoft.graph
重要
Microsoft Graph /beta
版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
表示资源(例如联系人或事件)的街道地址。
属性
属性 | 类型 | 说明 |
---|---|---|
city | String | 城市。 |
countryOrRegion | String | 国家或地区。 它是任意格式的字符串值,例如“United States”。 |
postalCode | String | 邮政编码。 |
postOfficeBox | String | 邮政编号。 |
state | String | 省/市/自治区。 |
street | String | 街道。 |
type | physicalAddressType | 地址的类型。 可取值为:unknown 、home 、business 、other 。 |
Relationships
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"city": "string",
"countryOrRegion": "string",
"postalCode": "string",
"postOfficeBox": "string",
"state": "string",
"street": "string",
"type": "string"
}