HealthProviderAttributes
JSON 表示法 |
{
"name": string,
"insuranceNetworks": [
{
object (InsuranceNetwork )
}
]
} |
字段 |
name |
string
必需。此营业地点的 Google 标识符,格式为:accounts/{accountId}/locations/{locationId}/healthProviderAttributes
|
insuranceNetworks[] |
object (InsuranceNetwork )
可选。此营业地点接受的保险网络列表。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-10-15。
[null,null,["最后更新时间 (UTC):2024-10-15。"],[[["Health provider attributes represent location-linked data, including provider name and accepted insurance networks."],["The data is structured in JSON format with fields like `name` (location identifier) and `insuranceNetworks` (accepted insurance plans)."],["`insuranceNetworks` is an optional field containing a list of InsuranceNetwork objects detailing accepted plans."]]],[]]