BlogUserInfo
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Listę metod dla tego zasobu znajdziesz na końcu tej strony.
Reprezentacje zasobów
{
"kind": "blogger#blogUserInfo",
"blog": blogs Resource,
"blog_user_info": {
"kind": "blogger#blogPerUserInfo",
"userId": string,
"blogId": string,
"photosAlbumKey": string,
"hasAdminAccess": boolean
}
}
Nazwa usługi |
Wartość |
Opis |
Uwagi |
kind |
string |
Rodzaj tego elementu. Zawsze blogger#blogUserInfo |
|
blog |
nested object |
Zasób bloga. |
|
blog_user_info |
nested object |
Informacje o użytkowniku bloga. |
|
blog_user_info.kind |
string |
Rodzaj tego elementu. Zawsze blogger#blogPerUserInfo |
|
blog_user_info.userId |
string |
Identyfikator użytkownika |
|
blog_user_info.blogId |
string |
Identyfikator zasobu bloga |
|
blog_user_info.photosAlbumKey |
string |
Klucz albumu ze zdjęciami dla użytkownika podczas dodawania zdjęć do bloga |
|
blog_user_info.hasAdminAccess |
boolean |
Prawda, jeśli użytkownik ma dostęp na poziomie administratora do bloga. |
|
Metody
- pobierz
- Pobiera jedną parę informacji o blogu i użytkownikach od blogId i userId.
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-08-22 UTC.
[null,null,["Ostatnia aktualizacja: 2024-08-22 UTC."],[[["\u003cp\u003eThis resource provides information about a user's role and permissions within a specific blog.\u003c/p\u003e\n"],["\u003cp\u003eThe resource representation includes details like user ID, blog ID, photo album key, and admin access status.\u003c/p\u003e\n"],["\u003cp\u003eIt uses a nested structure with \u003ccode\u003eblog\u003c/code\u003e and \u003ccode\u003eblog_user_info\u003c/code\u003e objects to organize information.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can utilize the \u003ccode\u003eget\u003c/code\u003e method to retrieve information about a specific blog and user pair.\u003c/p\u003e\n"]]],[],null,["# BlogUserInfos\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#blogUserInfo\",\n \"blog\": blogs Resource,\n \"blog_user_info\": {\n \"kind\": \"blogger#blogPerUserInfo\",\n \"userId\": string,\n \"blogId\": string,\n \"photosAlbumKey\": string,\n \"hasAdminAccess\": boolean\n }\n}\n```\n\n| Property name | Value | Description | Notes |\n|---------------------------------|-----------------|-----------------------------------------------------------------|-------|\n| `kind` | `string` | The kind of this entity. Always `blogger#blogUserInfo` | |\n| `blog` | `nested object` | The Blog resource. | |\n| `blog_user_info` | `nested object` | Information about a User for the Blog. | |\n| blog_user_info.`kind` | `string` | The kind of this entity. Always `blogger#blogPerUserInfo` | |\n| blog_user_info.`userId` | `string` | ID of the User | |\n| blog_user_info.`blogId` | `string` | ID of the Blog resource | |\n| blog_user_info.`photosAlbumKey` | `string` | The Photo Album Key for the user when adding photos to the blog | |\n| blog_user_info.`hasAdminAccess` | `boolean` | True if the user has Admin level access to the blog. | |\n\nMethods\n-------\n\n[get](/blogger/docs/3.0/reference/blogUserInfos/get)\n: Gets one blog and user info pair by \u003cvar class=\"apiparam\" translate=\"no\"\u003eblogId\u003c/var\u003e and \u003cvar class=\"apiparam\" translate=\"no\"\u003euserId\u003c/var\u003e."]]