google_api_tool_results v0.0.1 GoogleApi.ToolResults.V1beta3.Model.Thumbnail View Source
A single thumbnail, with its size and format.
Attributes
- contentType (String): The thumbnail's content type, i.e. "image/png". Always set. Defaults to:
null
. - data (String): The thumbnail file itself. That is, the bytes here are precisely the bytes that make up the thumbnail file; they can be served as an image as-is (with the appropriate content type.) Always set. Defaults to:
null
. - heightPx (Integer): The height of the thumbnail, in pixels. Always set. Defaults to:
null
. - widthPx (Integer): The width of the thumbnail, in pixels. Always set. Defaults to:
null
.