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

Attributes

  • etag (String.t): ETag of this response for caching purposes. Defaults to: null.
  • items ([Person]): The people in this page of results. Each item includes the id, displayName, image, and url for the person. To retrieve additional profile data, see the people.get method. Defaults to: null.
  • kind (String.t): Identifies this resource as a collection of people. Value: "plus#peopleFeed". 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 resource. Defaults to: null.
  • title (String.t): The title of this collection of people. Defaults to: null.
  • totalItems (integer()): The total number of people available in this list. The number of people in a response might be smaller due to paging. This might not be set for all collections. 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.PeopleFeed{
  etag: any(),
  items: [GoogleApi.Plus.V1.Model.Person.t()],
  kind: any(),
  nextPageToken: any(),
  selfLink: any(),
  title: any(),
  totalItems: 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.