PostUserInfos
Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
La liste des méthodes associées à cette ressource est présentée au bas de la page.
Représentations de la ressource
{
"kind": "blogger#postUserInfo",
"post": posts Resource,
"post_user_info": {
"kind": "blogger#postPerUserInfo",
"userId": string,
"blogId": string,
"postId": string,
"hasEditAccess": boolean
}
}
Nom de propriété |
Valeur |
Description |
Remarques |
kind |
string |
Genre de cette entité. Toujours blogger#postUserInfo |
|
post |
nested object |
Ressource Post. |
|
post_user_info |
nested object |
Informations sur un utilisateur pour le post. |
|
post_user_info.kind |
string |
Genre de cette entité. Toujours blogger#postPerUserInfo |
|
post_user_info.userId |
string |
Identifiant de l'utilisateur. |
|
post_user_info.blogId |
string |
ID du blog auquel la ressource d'article appartient. |
|
post_user_info.postId |
string |
ID de la ressource Post. |
|
post_user_info.hasEditAccess |
boolean |
"True" si l'utilisateur dispose d'un accès de niveau auteur au post. |
|
Méthodes
- get
- Récupère une paire post/information utilisateur créée par postId et userId.
- liste
- Récupère une liste de paires d'informations sur l'article et l'utilisateur, éventuellement filtrées. Les informations sur l'utilisateur du post contiennent des informations propres à l'utilisateur, telles que les droits d'accès qui lui sont spécifiques.
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2024/06/26 (UTC).
[null,null,["Dernière mise à jour le 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."]]