google_api_blogger v0.8.0 GoogleApi.Blogger.V3.Model.Comment View Source
Attributes
author(type:GoogleApi.Blogger.V3.Model.CommentAuthor.t, default:nil) - The author of this Comment.blog(type:GoogleApi.Blogger.V3.Model.CommentBlog.t, default:nil) - Data about the blog containing this comment.content(type:String.t, default:nil) - The actual content of the comment. May include HTML markup.id(type:String.t, default:nil) - The identifier for this resource.inReplyTo(type:GoogleApi.Blogger.V3.Model.CommentInReplyTo.t, default:nil) - Data about the comment this is in reply to.kind(type:String.t, default:blogger#comment) - The kind of this entry. Always blogger#commentpost(type:GoogleApi.Blogger.V3.Model.CommentPost.t, default:nil) - Data about the post containing this comment.published(type:DateTime.t, default:nil) - RFC 3339 date-time when this comment was published.selfLink(type:String.t, default:nil) - The API REST URL to fetch this resource from.status(type:String.t, default:nil) - The status of the comment (only populated for admin users)updated(type:DateTime.t, default:nil) - RFC 3339 date-time when this comment was last updated.
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.Comment{
author: GoogleApi.Blogger.V3.Model.CommentAuthor.t(),
blog: GoogleApi.Blogger.V3.Model.CommentBlog.t(),
content: String.t(),
id: String.t(),
inReplyTo: GoogleApi.Blogger.V3.Model.CommentInReplyTo.t(),
kind: String.t(),
post: GoogleApi.Blogger.V3.Model.CommentPost.t(),
published: DateTime.t(),
selfLink: String.t(),
status: String.t(),
updated: DateTime.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.