Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1ContentNotebook
- Inherits:
-
Object
- Object
- Google::Apis::DataplexV1::GoogleCloudDataplexV1ContentNotebook
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dataplex_v1/classes.rb,
lib/google/apis/dataplex_v1/representations.rb,
lib/google/apis/dataplex_v1/representations.rb
Overview
Configuration for Notebook content.
Instance Attribute Summary collapse
-
#kernel_type ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDataplexV1ContentNotebook
constructor
A new instance of GoogleCloudDataplexV1ContentNotebook.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDataplexV1ContentNotebook
Returns a new instance of GoogleCloudDataplexV1ContentNotebook.
1267 1268 1269 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 1267 def initialize(**args) update!(**args) end |
Instance Attribute Details
#kernel_type ⇒ String
Required. Kernel Type of the notebook.
Corresponds to the JSON property kernelType
1265 1266 1267 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 1265 def kernel_type @kernel_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1272 1273 1274 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 1272 def update!(**args) @kernel_type = args[:kernel_type] if args.key?(:kernel_type) end |