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

Attributes

  • etag (type: String.t, default: nil) - ETag of this response for caching purposes.
  • items (type: list(GoogleApi.Plus.V1.Model.Person.t), default: nil) - 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.
  • kind (type: String.t, default: plus#peopleFeed) - Identifies this resource as a collection of people. Value: "plus#peopleFeed".
  • 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 resource.
  • title (type: String.t, default: nil) - The title of this collection of people.
  • totalItems (type: integer(), default: nil) - 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.

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: String.t(),
  items: [GoogleApi.Plus.V1.Model.Person.t()],
  kind: String.t(),
  nextPageToken: String.t(),
  selfLink: String.t(),
  title: String.t(),
  totalItems: integer()
}

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.