Class: TencentCloud::Waf::V20180125::DescribeAreaBanAreasRsp
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::DescribeAreaBanAreasRsp
- Defined in:
- lib/v20180125/models.rb
Overview
DescribeAreaBanAreas接口的回包
Instance Attribute Summary collapse
- #Areas ⇒ Object
- #CronType ⇒ Object
- #JobDateTime ⇒ Object
- #JobType ⇒ Object
- #Source ⇒ Object
- #Status ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(status = nil, source = nil, areas = nil, jobtype = nil, jobdatetime = nil, crontype = nil) ⇒ DescribeAreaBanAreasRsp
constructor
A new instance of DescribeAreaBanAreasRsp.
Constructor Details
#initialize(status = nil, source = nil, areas = nil, jobtype = nil, jobdatetime = nil, crontype = nil) ⇒ DescribeAreaBanAreasRsp
Returns a new instance of DescribeAreaBanAreasRsp.
5909 5910 5911 5912 5913 5914 5915 5916 |
# File 'lib/v20180125/models.rb', line 5909 def initialize(status=nil, source=nil, areas=nil, jobtype=nil, jobdatetime=nil, crontype=nil) @Status = status @Source = source @Areas = areas @JobType = jobtype @JobDateTime = jobdatetime @CronType = crontype end |
Instance Attribute Details
#Areas ⇒ Object
5907 5908 5909 |
# File 'lib/v20180125/models.rb', line 5907 def Areas @Areas end |
#CronType ⇒ Object
5907 5908 5909 |
# File 'lib/v20180125/models.rb', line 5907 def CronType @CronType end |
#JobDateTime ⇒ Object
5907 5908 5909 |
# File 'lib/v20180125/models.rb', line 5907 def JobDateTime @JobDateTime end |
#JobType ⇒ Object
5907 5908 5909 |
# File 'lib/v20180125/models.rb', line 5907 def JobType @JobType end |
#Source ⇒ Object
5907 5908 5909 |
# File 'lib/v20180125/models.rb', line 5907 def Source @Source end |
#Status ⇒ Object
5907 5908 5909 |
# File 'lib/v20180125/models.rb', line 5907 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
5918 5919 5920 5921 5922 5923 5924 5925 5926 5927 5928 |
# File 'lib/v20180125/models.rb', line 5918 def deserialize(params) @Status = params['Status'] @Source = params['Source'] @Areas = params['Areas'] @JobType = params['JobType'] unless params['JobDateTime'].nil? @JobDateTime = JobDateTime.new @JobDateTime.deserialize(params['JobDateTime']) end @CronType = params['CronType'] end |