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.
6269 6270 6271 6272 6273 6274 |
# File 'lib/v20190423/models.rb', line 6269 def initialize(instanceid=nil, include=nil, projectid=nil, productid=nil) @InstanceId = instanceid @Include = include @ProjectId = projectid @ProductId = productid end |
Instance Attribute Details
#Include ⇒ Object
6267 6268 6269 |
# File 'lib/v20190423/models.rb', line 6267 def Include @Include end |
#InstanceId ⇒ Object
6267 6268 6269 |
# File 'lib/v20190423/models.rb', line 6267 def InstanceId @InstanceId end |
#ProductId ⇒ Object
6267 6268 6269 |
# File 'lib/v20190423/models.rb', line 6267 def ProductId @ProductId end |
#ProjectId ⇒ Object
6267 6268 6269 |
# File 'lib/v20190423/models.rb', line 6267 def ProjectId @ProjectId end |
Instance Method Details
#deserialize(params) ⇒ Object
6276 6277 6278 6279 6280 6281 |
# File 'lib/v20190423/models.rb', line 6276 def deserialize(params) @InstanceId = params['InstanceId'] @Include = params['Include'] @ProjectId = params['ProjectId'] @ProductId = params['ProductId'] end |