Class: TencentCloud::Waf::V20180125::FreshAntiFakeUrlRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::FreshAntiFakeUrlRequest
- Defined in:
- lib/v20180125/models.rb
Overview
FreshAntiFakeUrl请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(domain = nil, id = nil) ⇒ FreshAntiFakeUrlRequest
constructor
A new instance of FreshAntiFakeUrlRequest.
Constructor Details
#initialize(domain = nil, id = nil) ⇒ FreshAntiFakeUrlRequest
Returns a new instance of FreshAntiFakeUrlRequest.
11314 11315 11316 11317 |
# File 'lib/v20180125/models.rb', line 11314 def initialize(domain=nil, id=nil) @Domain = domain @Id = id end |
Instance Attribute Details
#Domain ⇒ Object
11312 11313 11314 |
# File 'lib/v20180125/models.rb', line 11312 def Domain @Domain end |
#Id ⇒ Object
11312 11313 11314 |
# File 'lib/v20180125/models.rb', line 11312 def Id @Id end |
Instance Method Details
#deserialize(params) ⇒ Object
11319 11320 11321 11322 |
# File 'lib/v20180125/models.rb', line 11319 def deserialize(params) @Domain = params['Domain'] @Id = params['Id'] end |