PostUserInfos
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
इस संसाधन के लिए उपलब्ध तरीकों की सूची देखने के लिए, इस पेज के आखिर में देखें.
संसाधन निरूपण
{
"kind": "blogger#postUserInfo",
"post": posts Resource,
"post_user_info": {
"kind": "blogger#postPerUserInfo",
"userId": string,
"blogId": string,
"postId": string,
"hasEditAccess": boolean
}
}
प्रॉपर्टी का नाम |
वैल्यू |
कंपनी का ब्यौरा |
ज़रूरी जानकारी |
kind |
string |
इस इकाई का प्रकार. हमेशा blogger#postUserInfo |
|
post |
nested object |
पोस्ट संसाधन. |
|
post_user_info |
nested object |
पोस्ट को इस्तेमाल करने वाले व्यक्ति के बारे में जानकारी. |
|
post_user_info.kind |
string |
इस इकाई का प्रकार. हमेशा blogger#postPerUserInfo |
|
post_user_info.userId |
string |
उपयोगकर्ता का आईडी. |
|
post_user_info.blogId |
string |
उस ब्लॉग का आईडी जिससे पोस्ट का संसाधन जुड़ा है. |
|
post_user_info.postId |
string |
पोस्ट संसाधन का आईडी. |
|
post_user_info.hasEditAccess |
boolean |
अगर उपयोगकर्ता के पास पोस्ट का लेखक लेवल ऐक्सेस है, तो वैल्यू 'सही' होगी. |
|
तरीके
- पाएं
- postId और userId तक एक पोस्ट और उपयोगकर्ता की जानकारी का जोड़ा पाएं.
- list
- पोस्ट की सूची हासिल करता है और उपयोगकर्ता की जानकारी के जोड़े को पोस्ट करता है. इस जानकारी को फ़िल्टर किया जा सकता है. पोस्ट के उपयोगकर्ता की जानकारी में, हर उपयोगकर्ता के हिसाब से पोस्ट की जानकारी शामिल होती है. जैसे, पोस्ट को ऐक्सेस करने के अधिकार से जुड़ी जानकारी.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-06-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-06-26 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eThe \u003ccode\u003ezelos.RenderInfo.getDesiredRowWidth_()\u003c/code\u003e method calculates and returns the desired width of a specific row within a rendered block.\u003c/p\u003e\n"],["\u003cp\u003eThis method accepts a \u003ccode\u003eRow\u003c/code\u003e object as input, representing the row for which the width is being determined.\u003c/p\u003e\n"],["\u003cp\u003eThe output is a numerical value indicating the calculated width of the given row.\u003c/p\u003e\n"]]],[],null,["# PostUserInfos\n\n\u003cbr /\u003e\n\nFor a list of [methods](#methods) for this resource, see the end of this page.\n\nResource representations\n------------------------\n\n\u003cbr /\u003e\n\n```scdoc\n{\n \"kind\": \"blogger#postUserInfo\",\n \"post\": posts Resource,\n \"post_user_info\": {\n \"kind\": \"blogger#postPerUserInfo\",\n \"userId\": string,\n \"blogId\": string,\n \"postId\": string,\n \"hasEditAccess\": boolean\n }\n}\n```\n\n| Property name | Value | Description | Notes |\n|--------------------------------|-----------------|-----------------------------------------------------------|-------|\n| `kind` | `string` | The kind of this entity. Always `blogger#postUserInfo` | |\n| `post` | `nested object` | The Post resource. | |\n| `post_user_info` | `nested object` | Information about a User for the Post. | |\n| post_user_info.`kind` | `string` | The kind of this entity. Always `blogger#postPerUserInfo` | |\n| post_user_info.`userId` | `string` | ID of the User. | |\n| post_user_info.`blogId` | `string` | ID of the Blog that the post resource belongs to. | |\n| post_user_info.`postId` | `string` | ID of the Post resource. | |\n| post_user_info.`hasEditAccess` | `boolean` | True if the user has Author level access to the post. | |\n\nMethods\n-------\n\n[get](/blogger/docs/3.0/reference/postUserInfos/get)\n: Gets one post and user info pair by \u003cvar class=\"apiparam\" translate=\"no\"\u003epostId\u003c/var\u003e and \u003cvar class=\"apiparam\" translate=\"no\"\u003euserId\u003c/var\u003e.\n\n[list](/blogger/docs/3.0/reference/postUserInfos/list)\n: Retrieves a list of post and post user info pairs, possibly filtered. The post user info contains per-user information about the post, such as access rights, specific to the user."]]