google_api_tool_results v0.4.0 GoogleApi.ToolResults.V1beta3.Model.Image View Source
An image, with a link to the main image and a thumbnail.
Attributes
- error (Status): An error explaining why the thumbnail could not be rendered. Defaults to:
null
. - sourceImage (ToolOutputReference): A reference to the full-size, original image. This is the same as the tool_outputs entry for the image under its Step. Always set. Defaults to:
null
. - stepId (String.t): The step to which the image is attached. Always set. Defaults to:
null
. - thumbnail (Thumbnail): The thumbnail. 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.Image{
error: GoogleApi.ToolResults.V1beta3.Model.Status.t(),
sourceImage: GoogleApi.ToolResults.V1beta3.Model.ToolOutputReference.t(),
stepId: any(),
thumbnail: GoogleApi.ToolResults.V1beta3.Model.Thumbnail.t()
}
t() :: %GoogleApi.ToolResults.V1beta3.Model.Image{ error: GoogleApi.ToolResults.V1beta3.Model.Status.t(), sourceImage: GoogleApi.ToolResults.V1beta3.Model.ToolOutputReference.t(), stepId: any(), thumbnail: GoogleApi.ToolResults.V1beta3.Model.Thumbnail.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.