Class: TencentCloud::Iotexplorer::V20190423::ModifySpacePropertyResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::ModifySpacePropertyResponse
- Defined in:
- lib/v20190423/models.rb
Overview
ModifySpaceProperty返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifySpacePropertyResponse
constructor
A new instance of ModifySpacePropertyResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifySpacePropertyResponse
Returns a new instance of ModifySpacePropertyResponse.
11324 11325 11326 |
# File 'lib/v20190423/models.rb', line 11324 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
11322 11323 11324 |
# File 'lib/v20190423/models.rb', line 11322 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
11328 11329 11330 |
# File 'lib/v20190423/models.rb', line 11328 def deserialize(params) @RequestId = params['RequestId'] end |