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.
32969 32970 32971 32972 32973 |
# File 'lib/v20180228/models.rb', line 32969 def initialize(status=nil, ids=nil, updateall=nil) @Status = status @Ids = ids @UpdateAll = updateall end |
Instance Attribute Details
#Ids ⇒ Object
32967 32968 32969 |
# File 'lib/v20180228/models.rb', line 32967 def Ids @Ids end |
#Status ⇒ Object
32967 32968 32969 |
# File 'lib/v20180228/models.rb', line 32967 def Status @Status end |
#UpdateAll ⇒ Object
32967 32968 32969 |
# File 'lib/v20180228/models.rb', line 32967 def UpdateAll @UpdateAll end |
Instance Method Details
#deserialize(params) ⇒ Object
32975 32976 32977 32978 32979 |
# File 'lib/v20180228/models.rb', line 32975 def deserialize(params) @Status = params['Status'] @Ids = params['Ids'] @UpdateAll = params['UpdateAll'] end |