class PostUserInfos extends Resource (View source)

The "postUserInfos" collection of methods.

Typical usage is:

 $bloggerService = new Google\Service\Blogger(...);
 $postUserInfos = $bloggerService->postUserInfos;

Methods

get(string $userId, string $blogId, string $postId, array $optParams = [])

Gets one post and user info pair, by post_id and user_id. (postUserInfos.get)

listPostUserInfos(string $userId, string $blogId, array $optParams = [])

Lists post and user info pairs. (postUserInfos.listPostUserInfos)

Details

PostUserInfo get(string $userId, string $blogId, string $postId, array $optParams = [])

Gets one post and user info pair, by post_id and user_id. (postUserInfos.get)

Parameters

string $userId
string $blogId
string $postId
array $optParams

Optional parameters.

Return Value

PostUserInfo

Exceptions

Exception

PostUserInfosList listPostUserInfos(string $userId, string $blogId, array $optParams = [])

Lists post and user info pairs. (postUserInfos.listPostUserInfos)

Parameters

string $userId
string $blogId
array $optParams

Optional parameters.

Return Value

PostUserInfosList

Exceptions

Exception