Class: TencentCloud::Cloudhsm::V20191112::DescribeHSMByVpcIdResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cloudhsm::V20191112::DescribeHSMByVpcIdResponse
- Defined in:
- lib/v20191112/models.rb
Overview
DescribeHSMByVpcId返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(totalcount = nil, vpcid = nil, requestid = nil) ⇒ DescribeHSMByVpcIdResponse
constructor
A new instance of DescribeHSMByVpcIdResponse.
Constructor Details
#initialize(totalcount = nil, vpcid = nil, requestid = nil) ⇒ DescribeHSMByVpcIdResponse
Returns a new instance of DescribeHSMByVpcIdResponse.
123 124 125 126 127 |
# File 'lib/v20191112/models.rb', line 123 def initialize(totalcount=nil, vpcid=nil, requestid=nil) @TotalCount = totalcount @VpcId = vpcid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
121 122 123 |
# File 'lib/v20191112/models.rb', line 121 def RequestId @RequestId end |
#TotalCount ⇒ Object
121 122 123 |
# File 'lib/v20191112/models.rb', line 121 def TotalCount @TotalCount end |
#VpcId ⇒ Object
121 122 123 |
# File 'lib/v20191112/models.rb', line 121 def VpcId @VpcId end |
Instance Method Details
#deserialize(params) ⇒ Object
129 130 131 132 133 |
# File 'lib/v20191112/models.rb', line 129 def deserialize(params) @TotalCount = params['TotalCount'] @VpcId = params['VpcId'] @RequestId = params['RequestId'] end |