Class: TencentCloud::Cwp::V20180228::DescribeWarningHostConfigResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::DescribeWarningHostConfigResponse
- Defined in:
- lib/v20180228/models.rb
Overview
DescribeWarningHostConfig返回参数结构体
Instance Attribute Summary collapse
- #ExcludedQuuids ⇒ Object
- #HostRange ⇒ Object
- #ItemLabelIds ⇒ Object
- #ItemLabels ⇒ Object
- #Quuids ⇒ Object
- #RequestId ⇒ Object
- #TotalCount ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(hostrange = nil, itemlabels = nil, quuids = nil, totalcount = nil, itemlabelids = nil, excludedquuids = nil, requestid = nil) ⇒ DescribeWarningHostConfigResponse
constructor
A new instance of DescribeWarningHostConfigResponse.
Constructor Details
#initialize(hostrange = nil, itemlabels = nil, quuids = nil, totalcount = nil, itemlabelids = nil, excludedquuids = nil, requestid = nil) ⇒ DescribeWarningHostConfigResponse
Returns a new instance of DescribeWarningHostConfigResponse.
24597 24598 24599 24600 24601 24602 24603 24604 24605 |
# File 'lib/v20180228/models.rb', line 24597 def initialize(hostrange=nil, itemlabels=nil, quuids=nil, totalcount=nil, itemlabelids=nil, excludedquuids=nil, requestid=nil) @HostRange = hostrange @ItemLabels = itemlabels @Quuids = quuids @TotalCount = totalcount @ItemLabelIds = itemlabelids @ExcludedQuuids = excludedquuids @RequestId = requestid end |
Instance Attribute Details
#ExcludedQuuids ⇒ Object
24595 24596 24597 |
# File 'lib/v20180228/models.rb', line 24595 def ExcludedQuuids @ExcludedQuuids end |
#HostRange ⇒ Object
24595 24596 24597 |
# File 'lib/v20180228/models.rb', line 24595 def HostRange @HostRange end |
#ItemLabelIds ⇒ Object
24595 24596 24597 |
# File 'lib/v20180228/models.rb', line 24595 def ItemLabelIds @ItemLabelIds end |
#ItemLabels ⇒ Object
24595 24596 24597 |
# File 'lib/v20180228/models.rb', line 24595 def ItemLabels @ItemLabels end |
#Quuids ⇒ Object
24595 24596 24597 |
# File 'lib/v20180228/models.rb', line 24595 def Quuids @Quuids end |
#RequestId ⇒ Object
24595 24596 24597 |
# File 'lib/v20180228/models.rb', line 24595 def RequestId @RequestId end |
#TotalCount ⇒ Object
24595 24596 24597 |
# File 'lib/v20180228/models.rb', line 24595 def TotalCount @TotalCount end |
Instance Method Details
#deserialize(params) ⇒ Object
24607 24608 24609 24610 24611 24612 24613 24614 24615 |
# File 'lib/v20180228/models.rb', line 24607 def deserialize(params) @HostRange = params['HostRange'] @ItemLabels = params['ItemLabels'] @Quuids = params['Quuids'] @TotalCount = params['TotalCount'] @ItemLabelIds = params['ItemLabelIds'] @ExcludedQuuids = params['ExcludedQuuids'] @RequestId = params['RequestId'] end |