google_api_plus v0.6.0 GoogleApi.Plus.V1.Model.ActivityFeed View Source
Attributes
etag
(type:String.t
, default:nil
) - ETag of this response for caching purposes.id
(type:String.t
, default:nil
) - The ID of this collection of activities. Deprecated.items
(type:list(GoogleApi.Plus.V1.Model.Activity.t)
, default:nil
) - The activities in this page of results.kind
(type:String.t
, default:plus#activityFeed
) - Identifies this resource as a collection of activities. Value: "plus#activityFeed".nextLink
(type:String.t
, default:nil
) - Link to the next page of activities.nextPageToken
(type:String.t
, default:nil
) - 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.selfLink
(type:String.t
, default:nil
) - Link to this activity resource.title
(type:String.t
, default:nil
) - The title of this collection of activities, which is a truncated portion of the content.updated
(type:DateTime.t
, default:nil
) - The time at which this collection of activities was last updated. Formatted as an RFC 3339 timestamp.
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 Sourcet() :: %GoogleApi.Plus.V1.Model.ActivityFeed{ etag: String.t(), id: String.t(), items: [GoogleApi.Plus.V1.Model.Activity.t()], kind: String.t(), nextLink: String.t(), nextPageToken: String.t(), selfLink: String.t(), title: String.t(), updated: DateTime.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.