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

Attributes

  • actor (CommentActor): Defaults to: null.
  • etag (String.t): ETag of this response for caching purposes. Defaults to: null.
  • id (String.t): The ID of this comment. Defaults to: null.
  • inReplyTo ([CommentInReplyTo]): The activity this comment replied to. Defaults to: null.
  • kind (String.t): Identifies this resource as a comment. Value: "plus#comment". Defaults to: null.
  • object (CommentObject): Defaults to: null.
  • plusoners (CommentPlusoners): Defaults to: null.
  • published (DateTime.t): The time at which this comment was initially published. Formatted as an RFC 3339 timestamp. Defaults to: null.
  • selfLink (String.t): Link to this comment resource. Defaults to: null.
  • updated (DateTime.t): The time at which this comment was last updated. Formatted as an RFC 3339 timestamp. Defaults to: null.
  • verb (String.t): This comment's verb, indicating what action was performed. Possible values are: - "post" - Publish content to the stream. Defaults to: null.

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

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.