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

The object of this activity.

Attributes

  • actor (ActivityObjectActor): Defaults to: null.
  • attachments ([ActivityObjectAttachments]): The media objects attached to this activity. Defaults to: null.
  • content (String.t): The HTML-formatted content, which is suitable for display. Defaults to: null.
  • id (String.t): The ID of the object. When resharing an activity, this is the ID of the activity that is being reshared. Defaults to: null.
  • objectType (String.t): The type of the object. Possible values include, but are not limited to, the following values: - "note" - Textual content. - "activity" - A Google+ activity. Defaults to: null.
  • originalContent (String.t): 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. Defaults to: null.
  • plusoners (ActivityObjectPlusoners): Defaults to: null.
  • replies (ActivityObjectReplies): Defaults to: null.
  • resharers (ActivityObjectResharers): Defaults to: null.
  • url (String.t): The URL that points to the linked resource. 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.ActivityObject{
  actor: GoogleApi.Plus.V1.Model.ActivityObjectActor.t(),
  attachments: [GoogleApi.Plus.V1.Model.ActivityObjectAttachments.t()],
  content: any(),
  id: any(),
  objectType: any(),
  originalContent: any(),
  plusoners: GoogleApi.Plus.V1.Model.ActivityObjectPlusoners.t(),
  replies: GoogleApi.Plus.V1.Model.ActivityObjectReplies.t(),
  resharers: GoogleApi.Plus.V1.Model.ActivityObjectResharers.t(),
  url: 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.