google_api_blogger v0.8.0 GoogleApi.Blogger.V3.Model.PostUserInfo View Source
Attributes
kind(type:String.t, default:blogger#postUserInfo) - The kind of this entity. Always blogger#postUserInfopost(type:GoogleApi.Blogger.V3.Model.Post.t, default:nil) - The Post resource.post_user_info(type:GoogleApi.Blogger.V3.Model.PostPerUserInfo.t, default:nil) - Information about a User for the Post.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Blogger.V3.Model.PostUserInfo{
kind: String.t(),
post: GoogleApi.Blogger.V3.Model.Post.t(),
post_user_info: GoogleApi.Blogger.V3.Model.PostPerUserInfo.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.