View Source GoogleApi.Notebooks.V1.Model.RuntimeAccessConfig (google_api_notebooks v0.14.3)

Specifies the login configuration for Runtime

Attributes

  • accessType (type: String.t, default: nil) - The type of access mode this instance.
  • proxyUri (type: String.t, default: nil) - Output only. The proxy endpoint that is used to access the runtime.
  • runtimeOwner (type: String.t, default: nil) - The owner of this runtime after creation. Format: alias@example.com Currently supports one owner only.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Notebooks.V1.Model.RuntimeAccessConfig{
  accessType: String.t() | nil,
  proxyUri: String.t() | nil,
  runtimeOwner: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.