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

The object of this activity.

Attributes

  • actor (type: GoogleApi.Plus.V1.Model.ActivityObjectActor.t, default: nil) - If this activity's object is itself another activity, such as when a person reshares an activity, this property specifies the original activity's actor.
  • attachments (type: list(GoogleApi.Plus.V1.Model.ActivityObjectAttachments.t), default: nil) - The media objects attached to this activity.
  • content (type: String.t, default: nil) - The HTML-formatted content, which is suitable for display.
  • id (type: String.t, default: nil) - The ID of the object. When resharing an activity, this is the ID of the activity that is being reshared.
  • objectType (type: String.t, default: nil) - The type of the object. Possible values include, but are not limited to, the following values:

    • "note" - Textual content.
    • "activity" - A Google+ activity.
  • originalContent (type: String.t, default: nil) - The content (text) as provided by the author, which is stored without any HTML formatting. When creating or updating an activity, this value must be supplied as plain text in the request.
  • plusoners (type: GoogleApi.Plus.V1.Model.ActivityObjectPlusoners.t, default: nil) - People who +1'd this activity.
  • replies (type: GoogleApi.Plus.V1.Model.ActivityObjectReplies.t, default: nil) - Comments in reply to this activity.
  • resharers (type: GoogleApi.Plus.V1.Model.ActivityObjectResharers.t, default: nil) - People who reshared this activity.
  • url (type: String.t, default: nil) - The URL that points to the linked resource.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

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.