View Source GoogleApi.CloudSupport.V2beta.Model.ShowFeedResponse (google_api_cloud_support v0.7.0)
The response message for the ShowFeed endpoint.
Attributes
-
feedItems
(type:list(GoogleApi.CloudSupport.V2beta.Model.FeedItem.t)
, default:nil
) - The list of feed items associated with the given Case. -
nextPageToken
(type:String.t
, default:nil
) - A token to retrieve the next page of results. This should be set in thepage_token
field of subsequentShowFeedRequests
. If unspecified, there are no more results to retrieve.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudSupport.V2beta.Model.ShowFeedResponse{ feedItems: [GoogleApi.CloudSupport.V2beta.Model.FeedItem.t()] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.