google_api_blogger v0.11.1 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
Specs
t() :: %GoogleApi.Blogger.V3.Model.PostReplies{ items: [GoogleApi.Blogger.V3.Model.Comment.t()], selfLink: String.t(), totalItems: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.