google_api_plus v0.6.0 GoogleApi.Plus.V1.Model.CommentFeed 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 comments.items
(type:list(GoogleApi.Plus.V1.Model.Comment.t)
, default:nil
) - The comments in this page of results.kind
(type:String.t
, default:plus#commentFeed
) - Identifies this resource as a collection of comments. Value: "plus#commentFeed".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.title
(type:String.t
, default:nil
) - The title of this collection of comments.updated
(type:DateTime.t
, default:nil
) - The time at which this collection of comments 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.CommentFeed{ etag: String.t(), id: String.t(), items: [GoogleApi.Plus.V1.Model.Comment.t()], kind: String.t(), nextLink: String.t(), nextPageToken: String.t(), title: String.t(), updated: DateTime.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.