Class Google_Service_Blogger_BlogUserInfos_Resource
The "blogUserInfos" collection of methods. Typical usage is:
$bloggerService = new Google_Service_Blogger(...); $blogUserInfos = $bloggerService->blogUserInfos;
- Google_Service_Resource
-
Google_Service_Blogger_BlogUserInfos_Resource
Located at Blogger.php
public
|
#
get( string $userId, string $blogId, array $optParams = array() )
Gets one blog and user info pair by blog id and user id. (blogUserInfos.get) |