GoogleApi.Notebooks.V1.Model.RegisterInstanceRequest (google_api_notebooks v0.16.0)
View SourceRequest for registering a notebook instance.
Attributes
-
instanceId
(type:String.t
, default:nil
) - Required. User defined unique ID of this instance. Theinstance_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 }