Class: TencentCloud::Tione::V20191022::StopNotebookInstanceRequest

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

Overview

StopNotebookInstance请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(notebookinstancename = nil) ⇒ StopNotebookInstanceRequest

Returns a new instance of StopNotebookInstanceRequest.



1835
1836
1837
# File 'lib/v20191022/models.rb', line 1835

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

Instance Attribute Details

#NotebookInstanceNameObject

Parameters:

  • NotebookInstanceName:

    Notebook实例名称



1833
1834
1835
# File 'lib/v20191022/models.rb', line 1833

def NotebookInstanceName
  @NotebookInstanceName
end

Instance Method Details

#deserialize(params) ⇒ Object



1839
1840
1841
# File 'lib/v20191022/models.rb', line 1839

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