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

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.