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.
7751 7752 7753 7754 |
# File 'lib/v20180125/models.rb', line 7751 def initialize(domain=nil, id=nil) @Domain = domain @Id = id end |
Instance Attribute Details
#Domain ⇒ Object
7749 7750 7751 |
# File 'lib/v20180125/models.rb', line 7749 def Domain @Domain end |
#Id ⇒ Object
7749 7750 7751 |
# File 'lib/v20180125/models.rb', line 7749 def Id @Id end |
Instance Method Details
#deserialize(params) ⇒ Object
7756 7757 7758 7759 |
# File 'lib/v20180125/models.rb', line 7756 def deserialize(params) @Domain = params['Domain'] @Id = params['Id'] end |