GoogleApi.ToolResults.V1beta3.Model.ProjectSettings (google_api_tool_results v0.31.0) View Source

Per-project settings for the Tool Results service.

Attributes

  • defaultBucket (type: String.t, default: nil) - 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
  • name (type: String.t, default: nil) - The name of the project's settings. Always of the form: projects/{project-id}/settings In update request: never set In response: always set

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.ToolResults.V1beta3.Model.ProjectSettings{
  defaultBucket: String.t(),
  name: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.