google_api_blogger v0.3.0 GoogleApi.Blogger.V3.Model.Comment View Source

Attributes

  • author (GoogleApi.Blogger.V3.Model.CommentAuthor.t): The author of this Comment. Defaults to nil.
  • blog (GoogleApi.Blogger.V3.Model.CommentBlog.t): Data about the blog containing this comment. Defaults to nil.
  • content (String.t): The actual content of the comment. May include HTML markup. Defaults to nil.
  • id (String.t): The identifier for this resource. Defaults to nil.
  • inReplyTo (GoogleApi.Blogger.V3.Model.CommentInReplyTo.t): Data about the comment this is in reply to. Defaults to nil.
  • kind (String.t): The kind of this entry. Always blogger#comment Defaults to blogger#comment.
  • post (GoogleApi.Blogger.V3.Model.CommentPost.t): Data about the post containing this comment. Defaults to nil.
  • published (DateTime.t): RFC 3339 date-time when this comment was published. Defaults to nil.
  • selfLink (String.t): The API REST URL to fetch this resource from. Defaults to nil.
  • status (String.t): The status of the comment (only populated for admin users) Defaults to nil.
  • updated (DateTime.t): RFC 3339 date-time when this comment was last updated. Defaults to nil.

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 Source
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: DateTime.t(),
  selfLink: String.t(),
  status: String.t(),
  updated: DateTime.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.