google_api_tool_results v0.4.0 GoogleApi.ToolResults.V1beta3.Model.ListStepThumbnailsResponse View Source
A response containing the thumbnails in a step.
Attributes
- nextPageToken (String.t): A continuation token to resume the query at the next item. If set, indicates that there are more thumbnails to read, by calling list again with this value in the page_token field. Defaults to:
null
. - thumbnails ([Image]): A list of image data. Images are returned in a deterministic order; they are ordered by these factors, in order of importance: First, by their associated test case. Images without a test case are considered greater than images with one. Second, by their creation time. Images without a creation time are greater than images with one. * Third, by the order in which they were added to the step (by calls to CreateStep or UpdateStep). 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()
View Source
t() :: %GoogleApi.ToolResults.V1beta3.Model.ListStepThumbnailsResponse{
nextPageToken: any(),
thumbnails: [GoogleApi.ToolResults.V1beta3.Model.Image.t()]
}
t() :: %GoogleApi.ToolResults.V1beta3.Model.ListStepThumbnailsResponse{ nextPageToken: any(), thumbnails: [GoogleApi.ToolResults.V1beta3.Model.Image.t()] }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.