Class: TencentCloud::Cwp::V20180228::ModifyJavaMemShellsStatusRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ModifyJavaMemShellsStatusRequest
- Defined in:
- lib/v20180228/models.rb
Overview
ModifyJavaMemShellsStatus请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(status = nil, ids = nil, updateall = nil) ⇒ ModifyJavaMemShellsStatusRequest
constructor
A new instance of ModifyJavaMemShellsStatusRequest.
Constructor Details
#initialize(status = nil, ids = nil, updateall = nil) ⇒ ModifyJavaMemShellsStatusRequest
Returns a new instance of ModifyJavaMemShellsStatusRequest.
32529 32530 32531 32532 32533 |
# File 'lib/v20180228/models.rb', line 32529 def initialize(status=nil, ids=nil, updateall=nil) @Status = status @Ids = ids @UpdateAll = updateall end |
Instance Attribute Details
#Ids ⇒ Object
32527 32528 32529 |
# File 'lib/v20180228/models.rb', line 32527 def Ids @Ids end |
#Status ⇒ Object
32527 32528 32529 |
# File 'lib/v20180228/models.rb', line 32527 def Status @Status end |
#UpdateAll ⇒ Object
32527 32528 32529 |
# File 'lib/v20180228/models.rb', line 32527 def UpdateAll @UpdateAll end |
Instance Method Details
#deserialize(params) ⇒ Object
32535 32536 32537 32538 32539 |
# File 'lib/v20180228/models.rb', line 32535 def deserialize(params) @Status = params['Status'] @Ids = params['Ids'] @UpdateAll = params['UpdateAll'] end |