google_api_tool_results v0.4.0 GoogleApi.ToolResults.V1beta3.Model.ToolExecutionStep View Source
Generic tool step to be used for binaries we do not explicitly support. For example: running cp to copy artifacts from one location to another.
Attributes
- toolExecution (ToolExecution): A Tool execution. - In response: present if set by create/update request - In create/update request: optional 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.ToolExecutionStep{
toolExecution: GoogleApi.ToolResults.V1beta3.Model.ToolExecution.t()
}
t() :: %GoogleApi.ToolResults.V1beta3.Model.ToolExecutionStep{ toolExecution: GoogleApi.ToolResults.V1beta3.Model.ToolExecution.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.