google_api_blogger v0.13.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:nil) - The kind of this entry. Always blogger#comment. -
post(type:GoogleApi.Blogger.V3.Model.CommentPost.t, default:nil) - Data about the post containing this comment. -
published(type:String.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:String.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
Specs
t() :: %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: String.t(),
selfLink: String.t(),
status: String.t(),
updated: String.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.