google_api_mirror v0.4.0 GoogleApi.Mirror.V1.Model.TimelineListResponse View Source
A list of timeline items. This is the response from the server to GET requests on the timeline collection.
Attributes
items(type:list(GoogleApi.Mirror.V1.Model.TimelineItem.t), default:nil) - Items in the timeline.kind(type:String.t, default:mirror#timeline) - The type of resource. This is always mirror#timeline.nextPageToken(type:String.t, default:nil) - The next page token. Provide this as the pageToken parameter in the request to retrieve the next page of results.
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.Mirror.V1.Model.TimelineListResponse{
items: [GoogleApi.Mirror.V1.Model.TimelineItem.t()],
kind: String.t(),
nextPageToken: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.