Class: TencentCloud::Waf::V20180125::AddAntiFakeUrlRequest

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

Overview

AddAntiFakeUrl请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(domain = nil, name = nil, uri = nil) ⇒ AddAntiFakeUrlRequest

Returns a new instance of AddAntiFakeUrlRequest.



337
338
339
340
341
# File 'lib/v20180125/models.rb', line 337

def initialize(domain=nil, name=nil, uri=nil)
  @Domain = domain
  @Name = name
  @Uri = uri
end

Instance Attribute Details

#DomainObject

Parameters:

  • Domain:

    域名

  • Name:

    名称

  • Uri:

    uri



335
336
337
# File 'lib/v20180125/models.rb', line 335

def Domain
  @Domain
end

#NameObject

Parameters:

  • Domain:

    域名

  • Name:

    名称

  • Uri:

    uri



335
336
337
# File 'lib/v20180125/models.rb', line 335

def Name
  @Name
end

#UriObject

Parameters:

  • Domain:

    域名

  • Name:

    名称

  • Uri:

    uri



335
336
337
# File 'lib/v20180125/models.rb', line 335

def Uri
  @Uri
end

Instance Method Details

#deserialize(params) ⇒ Object



343
344
345
346
347
# File 'lib/v20180125/models.rb', line 343

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