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

The object of this comment.

Attributes

  • content (type: String.t, default: nil) - The HTML-formatted content, suitable for display.
  • objectType (type: String.t, default: comment) - The object type of this comment. Possible values are:

    • "comment" - A comment in reply to an activity.
  • originalContent (type: String.t, default: nil) - The content (text) as provided by the author, stored without any HTML formatting. When creating or updating a comment, this value must be supplied as plain text in the request.

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.CommentObject{
  content: String.t(),
  objectType: String.t(),
  originalContent: 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.