google_api_blogger v0.8.0 GoogleApi.Blogger.V3.Model.PostReplies View Source
The container of comments on this Post.
Attributes
items(type:list(GoogleApi.Blogger.V3.Model.Comment.t), default:nil) - The List of Comments for this Post.selfLink(type:String.t, default:nil) - The URL of the comments on this post.totalItems(type:String.t, default:nil) - The count of comments on this 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.PostReplies{
items: [GoogleApi.Blogger.V3.Model.Comment.t()],
selfLink: String.t(),
totalItems: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.