View Source GoogleApi.Blogger.V3.Model.Comment (google_api_blogger v0.15.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Blogger.V3.Model.Comment{ author: GoogleApi.Blogger.V3.Model.CommentAuthor.t() | nil, blog: GoogleApi.Blogger.V3.Model.CommentBlog.t() | nil, content: String.t() | nil, id: String.t() | nil, inReplyTo: GoogleApi.Blogger.V3.Model.CommentInReplyTo.t() | nil, kind: String.t() | nil, post: GoogleApi.Blogger.V3.Model.CommentPost.t() | nil, published: String.t() | nil, selfLink: String.t() | nil, status: String.t() | nil, updated: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.