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.



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

#DomainObject

Parameters:

  • Domain:

    域名

  • Id:

    Id



11312
11313
11314
# File 'lib/v20180125/models.rb', line 11312

def Domain
  @Domain
end

#IdObject

Parameters:

  • Domain:

    域名

  • Id:

    Id



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