google_api_tool_results v0.1.0 GoogleApi.ToolResults.V1beta3.Model.ProjectSettings View Source

Per-project settings for the Tool Results service.

Attributes

  • defaultBucket (String.t): The name of the Google Cloud Storage bucket to which results are written. By default, this is unset. In update request: optional In response: optional Defaults to: null.
  • name (String.t): The name of the project's settings. Always of the form: projects/{project-id}/settings In update request: never set In response: always set 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() :: %GoogleApi.ToolResults.V1beta3.Model.ProjectSettings{
  defaultBucket: any(),
  name: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.