View Source GoogleApi.CloudShell.V1.Model.StartEnvironmentRequest (google_api_cloud_shell v0.20.2)

Request message for StartEnvironment.

Attributes

  • accessToken (type: String.t, default: nil) - The initial access token passed to the environment. If this is present and valid, the environment will be pre-authenticated with gcloud so that the user can run gcloud commands in Cloud Shell without having to log in. This code can be updated later by calling AuthorizeEnvironment.
  • publicKeys (type: list(String.t), default: nil) - Public keys that should be added to the environment before it is started.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudShell.V1.Model.StartEnvironmentRequest{
  accessToken: String.t() | nil,
  publicKeys: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.