تتضمّن واجهة برمجة التطبيقات
لأداء الأعمال في Google طريقة واجهة برمجة تطبيقات
جديدة تتيح جلب عدة "مقاييس يومية" في طلب واحد لواجهة برمجة التطبيقات.
يُرجى مراجعة
الجدول الزمني للإيقاف وتعليمات نقل البيانات من طريقة v4 reportInsights API إلى واجهة برمجة التطبيقات الخاصة بأداء "الملف التجاري على Google".
HealthProviderAttributes
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
سمات مقدّم الخدمات الصحية المرتبطة بهذا الموقع الجغرافي
تمثيل JSON |
{
"name": string,
"insuranceNetworks": [
{
object (InsuranceNetwork )
}
]
} |
الحقول |
name |
string
مطلوب. معرّف Google لهذا الموقع الجغرافي بالصيغة: accounts/{accountId}/locations/{locationId}/healthProviderAttributes
|
insuranceNetworks[] |
object (InsuranceNetwork )
اختياريّ. قائمة بشبكات التأمين التي يضمها هذا الموقع الجغرافي.
|
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003eHealth provider attributes represent location-linked data, including provider name and accepted insurance networks.\u003c/p\u003e\n"],["\u003cp\u003eThe data is structured in JSON format with fields like \u003ccode\u003ename\u003c/code\u003e (location identifier) and \u003ccode\u003einsuranceNetworks\u003c/code\u003e (accepted insurance plans).\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003einsuranceNetworks\u003c/code\u003e is an optional field containing a list of InsuranceNetwork objects detailing accepted plans.\u003c/p\u003e\n"]]],["The JSON represents health provider attributes associated with a location. It includes a required `name` string, which is a Google identifier formatted as `accounts/{accountId}/locations/{locationId}/healthProviderAttributes`. Additionally, an optional list of `insuranceNetworks` is provided, which represents the insurance networks accepted at the location. Each network within this array is an object referenced by the `InsuranceNetwork` schema.\n"],null,["# HealthProviderAttributes\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nThe Health provider attributes linked with this location.\n\n| JSON representation ||\n|-------------------------------------------------------------------------------------------------------------------|---|\n| ``` { \"name\": string, \"insuranceNetworks\": [ { object (/my-business/reference/rest/v4/InsuranceNetwork) } ] } ``` |\n\n| Fields ||\n|-----------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Required. Google identifier for this location in the form: `accounts/{accountId}/locations/{locationId}/healthProviderAttributes` |\n| `insuranceNetworks[]` | `object (`[InsuranceNetwork](/my-business/reference/rest/v4/InsuranceNetwork)`)` Optional. A list of insurance networks accpected by this location. |"]]