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