Class: TencentCloud::Tione::V20191022::DeleteNotebookInstanceRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20191022/models.rb

Overview

DeleteNotebookInstance请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(notebookinstancename = nil) ⇒ DeleteNotebookInstanceRequest

Returns a new instance of DeleteNotebookInstanceRequest.



586
587
588
# File 'lib/v20191022/models.rb', line 586

def initialize(notebookinstancename=nil)
  @NotebookInstanceName = notebookinstancename
end

Instance Attribute Details

#NotebookInstanceNameObject

Parameters:

  • NotebookInstanceName:

    Notebook实例名称



584
585
586
# File 'lib/v20191022/models.rb', line 584

def NotebookInstanceName
  @NotebookInstanceName
end

Instance Method Details

#deserialize(params) ⇒ Object



590
591
592
# File 'lib/v20191022/models.rb', line 590

def deserialize(params)
  @NotebookInstanceName = params['NotebookInstanceName']
end