class Google::Apis::NotebooksV1::UpdateInstanceConfigRequest
Request for updating instance configurations.
Attributes
config[RW]
Notebook instance configurations that can be updated. Corresponds to the JSON property `config` @return [Google::Apis::NotebooksV1::InstanceConfig]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/notebooks_v1/classes.rb, line 2556 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/notebooks_v1/classes.rb, line 2561 def update!(**args) @config = args[:config] if args.key?(:config) end