View Source GoogleApi.Notebooks.V1.Model.RegisterInstanceRequest (google_api_notebooks v0.10.0)

Request for registering a notebook instance.

Attributes

  • instanceId (type: String.t, default: nil) - Required. User defined unique ID of this instance. The instance_id must be 1 to 63 characters long and contain only lowercase letters, numeric characters, and dashes. The first character must be a lowercase letter and the last character cannot be a dash.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Notebooks.V1.Model.RegisterInstanceRequest{
  instanceId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.