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

Attributes

  • etag (String.t): ETag of this response for caching purposes. Defaults to: null.
  • id (String.t): The ID of this collection of activities. Deprecated. Defaults to: null.
  • items ([Activity]): The activities in this page of results. Defaults to: null.
  • kind (String.t): Identifies this resource as a collection of activities. Value: "plus#activityFeed". Defaults to: null.
  • nextLink (String.t): Link to the next page of activities. Defaults to: null.
  • nextPageToken (String.t): The continuation token, which is used to page through large result sets. Provide this value in a subsequent request to return the next page of results. Defaults to: null.
  • selfLink (String.t): Link to this activity resource. Defaults to: null.
  • title (String.t): The title of this collection of activities, which is a truncated portion of the content. Defaults to: null.
  • updated (DateTime.t): The time at which this collection of activities was last updated. Formatted as an RFC 3339 timestamp. 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.ActivityFeed{
  etag: any(),
  id: any(),
  items: [GoogleApi.Plus.V1.Model.Activity.t()],
  kind: any(),
  nextLink: any(),
  nextPageToken: any(),
  selfLink: any(),
  title: any(),
  updated: DateTime.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.