blogger  v3
Classes | Public Member Functions | List of all members
Google.Apis.Blogger.v3.PostUserInfosResource Class Reference

The "postUserInfos" collection of methods. More...

Classes

class  GetRequest
 Gets one post and user info pair, by post_id and user_id. More...
 
class  ListRequest
 Lists post and user info pairs. More...
 

Public Member Functions

 PostUserInfosResource (Google.Apis.Services.IClientService service)
 Constructs a new resource. More...
 
virtual GetRequest Get (string userId, string blogId, string postId)
 Gets one post and user info pair, by post_id and user_id. More...
 
virtual ListRequest List (string userId, string blogId)
 Lists post and user info pairs. More...
 

Detailed Description

The "postUserInfos" collection of methods.

Constructor & Destructor Documentation

◆ PostUserInfosResource()

Google.Apis.Blogger.v3.PostUserInfosResource.PostUserInfosResource ( Google.Apis.Services.IClientService  service)
inline

Constructs a new resource.

Member Function Documentation

◆ Get()

virtual GetRequest Google.Apis.Blogger.v3.PostUserInfosResource.Get ( string  userId,
string  blogId,
string  postId 
)
inlinevirtual

Gets one post and user info pair, by post_id and user_id.

Parameters
userId
blogId
postId

◆ List()

virtual ListRequest Google.Apis.Blogger.v3.PostUserInfosResource.List ( string  userId,
string  blogId 
)
inlinevirtual

Lists post and user info pairs.

Parameters
userId
blogId

The documentation for this class was generated from the following file: