Google বিজনেস পারফরম্যান্স API-এর একটি
নতুন API পদ্ধতি রয়েছে যা একটি একক API অনুরোধে একাধিক `DailyMetrics` আনার অনুমতি দেয়। v4 reportInsights API পদ্ধতি থেকে Google Business Profile Performance API-এ স্থানান্তরিত করার জন্য
অবচয়ের সময়সূচী এবং নির্দেশাবলী পর্যালোচনা করুন।
HealthProviderAttributes
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
স্বাস্থ্য প্রদানকারীর বৈশিষ্ট্যগুলি এই অবস্থানের সাথে সংযুক্ত।
JSON প্রতিনিধিত্ব |
---|
{
"name": string,
"insuranceNetworks": [
{
object (InsuranceNetwork )
}
]
} |
ক্ষেত্র |
---|
name | string প্রয়োজন। ফর্মে এই অবস্থানের জন্য Google শনাক্তকারী: accounts/{accountId}/locations/{locationId}/healthProviderAttributes |
insuranceNetworks[] | object ( InsuranceNetwork ) ঐচ্ছিক। এই অবস্থান দ্বারা স্বীকৃত বীমা নেটওয়ার্কগুলির একটি তালিকা৷ |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\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. |"]]