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.



364
365
366
367
368
# File 'lib/v20180125/models.rb', line 364

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

Instance Attribute Details

#DomainObject

Parameters:

  • Domain:

    域名

  • Name:

    名称

  • Uri:

    uri



362
363
364
# File 'lib/v20180125/models.rb', line 362

def Domain
  @Domain
end

#NameObject

Parameters:

  • Domain:

    域名

  • Name:

    名称

  • Uri:

    uri



362
363
364
# File 'lib/v20180125/models.rb', line 362

def Name
  @Name
end

#UriObject

Parameters:

  • Domain:

    域名

  • Name:

    名称

  • Uri:

    uri



362
363
364
# File 'lib/v20180125/models.rb', line 362

def Uri
  @Uri
end

Instance Method Details

#deserialize(params) ⇒ Object



370
371
372
373
374
# File 'lib/v20180125/models.rb', line 370

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