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.



7117
7118
7119
7120
# File 'lib/v20180125/models.rb', line 7117

def initialize(domain=nil, id=nil)
  @Domain = domain
  @Id = id
end

Instance Attribute Details

#DomainObject

Parameters:

  • Domain:

    域名

  • Id:

    Id



7115
7116
7117
# File 'lib/v20180125/models.rb', line 7115

def Domain
  @Domain
end

#IdObject

Parameters:

  • Domain:

    域名

  • Id:

    Id



7115
7116
7117
# File 'lib/v20180125/models.rb', line 7115

def Id
  @Id
end

Instance Method Details

#deserialize(params) ⇒ Object



7122
7123
7124
7125
# File 'lib/v20180125/models.rb', line 7122

def deserialize(params)
  @Domain = params['Domain']
  @Id = params['Id']
end