View Source GoogleApi.Blogger.V3.Model.PostReplies (google_api_blogger v0.15.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Blogger.V3.Model.PostReplies{ items: [GoogleApi.Blogger.V3.Model.Comment.t()] | nil, selfLink: String.t() | nil, totalItems: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.