Class: TencentCloud::Lighthouse::V20200324::DescribeFirewallTemplateQuotaResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lighthouse::V20200324::DescribeFirewallTemplateQuotaResponse
- Defined in:
- lib/v20200324/models.rb
Overview
DescribeFirewallTemplateQuota返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(available = nil, total = nil, requestid = nil) ⇒ DescribeFirewallTemplateQuotaResponse
constructor
A new instance of DescribeFirewallTemplateQuotaResponse.
Constructor Details
#initialize(available = nil, total = nil, requestid = nil) ⇒ DescribeFirewallTemplateQuotaResponse
Returns a new instance of DescribeFirewallTemplateQuotaResponse.
2856 2857 2858 2859 2860 |
# File 'lib/v20200324/models.rb', line 2856 def initialize(available=nil, total=nil, requestid=nil) @Available = available @Total = total @RequestId = requestid end |
Instance Attribute Details
#Available ⇒ Object
2854 2855 2856 |
# File 'lib/v20200324/models.rb', line 2854 def Available @Available end |
#RequestId ⇒ Object
2854 2855 2856 |
# File 'lib/v20200324/models.rb', line 2854 def RequestId @RequestId end |
#Total ⇒ Object
2854 2855 2856 |
# File 'lib/v20200324/models.rb', line 2854 def Total @Total end |
Instance Method Details
#deserialize(params) ⇒ Object
2862 2863 2864 2865 2866 |
# File 'lib/v20200324/models.rb', line 2862 def deserialize(params) @Available = params['Available'] @Total = params['Total'] @RequestId = params['RequestId'] end |