View Source GoogleApi.CloudSupport.V2.Model.ListCommentsResponse (google_api_cloud_support v0.5.0)
The response message for the ListComments endpoint.
Attributes
-
comments
(type:list(GoogleApi.CloudSupport.V2.Model.Comment.t)
, default:nil
) - List of the comments associated with the case. -
nextPageToken
(type:String.t
, default:nil
) - A token to retrieve the next page of results. Set this in thepage_token
field of subsequentcases.comments.list
requests. 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.V2.Model.ListCommentsResponse{ comments: [GoogleApi.CloudSupport.V2.Model.Comment.t()] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.