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

The object of this comment.

Attributes

  • content (String.t): The HTML-formatted content, suitable for display. Defaults to: null.
  • objectType (String.t): The object type of this comment. Possible values are: - "comment" - A comment in reply to an activity. Defaults to: null.
  • originalContent (String.t): 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. 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.CommentObject{
  content: any(),
  objectType: any(),
  originalContent: 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.