Class: TencentCloud::Waf::V20180125::FreshAntiFakeUrlRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180125/models.rb

Overview

FreshAntiFakeUrl请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#DomainObject

Parameters:

  • Domain:

    域名

  • Id:

    Id



7749
7750
7751
# File 'lib/v20180125/models.rb', line 7749

def Domain
  @Domain
end

#IdObject

Parameters:

  • Domain:

    域名

  • Id:

    Id



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