Class: TencentCloud::Iotexplorer::V20190423::DescribeInstanceRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::DescribeInstanceRequest
- Defined in:
- lib/v20190423/models.rb
Overview
DescribeInstance请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, include = nil, projectid = nil, productid = nil) ⇒ DescribeInstanceRequest
constructor
A new instance of DescribeInstanceRequest.
Constructor Details
#initialize(instanceid = nil, include = nil, projectid = nil, productid = nil) ⇒ DescribeInstanceRequest
Returns a new instance of DescribeInstanceRequest.
6281 6282 6283 6284 6285 6286 |
# File 'lib/v20190423/models.rb', line 6281 def initialize(instanceid=nil, include=nil, projectid=nil, productid=nil) @InstanceId = instanceid @Include = include @ProjectId = projectid @ProductId = productid end |
Instance Attribute Details
#Include ⇒ Object
6279 6280 6281 |
# File 'lib/v20190423/models.rb', line 6279 def Include @Include end |
#InstanceId ⇒ Object
6279 6280 6281 |
# File 'lib/v20190423/models.rb', line 6279 def InstanceId @InstanceId end |
#ProductId ⇒ Object
6279 6280 6281 |
# File 'lib/v20190423/models.rb', line 6279 def ProductId @ProductId end |
#ProjectId ⇒ Object
6279 6280 6281 |
# File 'lib/v20190423/models.rb', line 6279 def ProjectId @ProjectId end |
Instance Method Details
#deserialize(params) ⇒ Object
6288 6289 6290 6291 6292 6293 |
# File 'lib/v20190423/models.rb', line 6288 def deserialize(params) @InstanceId = params['InstanceId'] @Include = params['Include'] @ProjectId = params['ProjectId'] @ProductId = params['ProductId'] end |