Class: TencentCloud::Cloudhsm::V20191112::DescribeHSMBySubnetIdResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cloudhsm::V20191112::DescribeHSMBySubnetIdResponse
- Defined in:
- lib/v20191112/models.rb
Overview
DescribeHSMBySubnetId返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(totalcount = nil, subnetid = nil, requestid = nil) ⇒ DescribeHSMBySubnetIdResponse
constructor
A new instance of DescribeHSMBySubnetIdResponse.
Constructor Details
#initialize(totalcount = nil, subnetid = nil, requestid = nil) ⇒ DescribeHSMBySubnetIdResponse
Returns a new instance of DescribeHSMBySubnetIdResponse.
83 84 85 86 87 |
# File 'lib/v20191112/models.rb', line 83 def initialize(totalcount=nil, subnetid=nil, requestid=nil) @TotalCount = totalcount @SubnetId = subnetid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
81 82 83 |
# File 'lib/v20191112/models.rb', line 81 def RequestId @RequestId end |
#SubnetId ⇒ Object
81 82 83 |
# File 'lib/v20191112/models.rb', line 81 def SubnetId @SubnetId end |
#TotalCount ⇒ Object
81 82 83 |
# File 'lib/v20191112/models.rb', line 81 def TotalCount @TotalCount end |
Instance Method Details
#deserialize(params) ⇒ Object
89 90 91 92 93 |
# File 'lib/v20191112/models.rb', line 89 def deserialize(params) @TotalCount = params['TotalCount'] @SubnetId = params['SubnetId'] @RequestId = params['RequestId'] end |