google_api_plus v0.6.0 GoogleApi.Plus.V1.Model.Comment View Source

Attributes

  • actor (type: GoogleApi.Plus.V1.Model.CommentActor.t, default: nil) - The person who posted this comment.
  • etag (type: String.t, default: nil) - ETag of this response for caching purposes.
  • id (type: String.t, default: nil) - The ID of this comment.
  • inReplyTo (type: list(GoogleApi.Plus.V1.Model.CommentInReplyTo.t), default: nil) - The activity this comment replied to.
  • kind (type: String.t, default: plus#comment) - Identifies this resource as a comment. Value: "plus#comment".
  • object (type: GoogleApi.Plus.V1.Model.CommentObject.t, default: nil) - The object of this comment.
  • plusoners (type: GoogleApi.Plus.V1.Model.CommentPlusoners.t, default: nil) - People who +1'd this comment.
  • published (type: DateTime.t, default: nil) - The time at which this comment was initially published. Formatted as an RFC 3339 timestamp.
  • selfLink (type: String.t, default: nil) - Link to this comment resource.
  • updated (type: DateTime.t, default: nil) - The time at which this comment was last updated. Formatted as an RFC 3339 timestamp.
  • verb (type: String.t, default: post) - This comment's verb, indicating what action was performed. Possible values are:

    • "post" - Publish content to the stream.

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.Plus.V1.Model.Comment{
  actor: GoogleApi.Plus.V1.Model.CommentActor.t(),
  etag: String.t(),
  id: String.t(),
  inReplyTo: [GoogleApi.Plus.V1.Model.CommentInReplyTo.t()],
  kind: String.t(),
  object: GoogleApi.Plus.V1.Model.CommentObject.t(),
  plusoners: GoogleApi.Plus.V1.Model.CommentPlusoners.t(),
  published: DateTime.t(),
  selfLink: String.t(),
  updated: DateTime.t(),
  verb: String.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.