Class: TencentCloud::Waf::V20180125::ModifyAntiFakeUrlRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::ModifyAntiFakeUrlRequest
- Defined in:
- lib/v20180125/models.rb
Overview
ModifyAntiFakeUrl请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(domain = nil, name = nil, uri = nil, id = nil) ⇒ ModifyAntiFakeUrlRequest
constructor
A new instance of ModifyAntiFakeUrlRequest.
Constructor Details
#initialize(domain = nil, name = nil, uri = nil, id = nil) ⇒ ModifyAntiFakeUrlRequest
Returns a new instance of ModifyAntiFakeUrlRequest.
9486 9487 9488 9489 9490 9491 |
# File 'lib/v20180125/models.rb', line 9486 def initialize(domain=nil, name=nil, uri=nil, id=nil) @Domain = domain @Name = name @Uri = uri @Id = id end |
Instance Attribute Details
#Domain ⇒ Object
9484 9485 9486 |
# File 'lib/v20180125/models.rb', line 9484 def Domain @Domain end |
#Id ⇒ Object
9484 9485 9486 |
# File 'lib/v20180125/models.rb', line 9484 def Id @Id end |
#Name ⇒ Object
9484 9485 9486 |
# File 'lib/v20180125/models.rb', line 9484 def Name @Name end |
#Uri ⇒ Object
9484 9485 9486 |
# File 'lib/v20180125/models.rb', line 9484 def Uri @Uri end |
Instance Method Details
#deserialize(params) ⇒ Object
9493 9494 9495 9496 9497 9498 |
# File 'lib/v20180125/models.rb', line 9493 def deserialize(params) @Domain = params['Domain'] @Name = params['Name'] @Uri = params['Uri'] @Id = params['Id'] end |