Class: TencentCloud::Waf::V20180125::ModifyAntiFakeUrlRequest

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

Overview

ModifyAntiFakeUrl请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(domain = nil, name = nil, uri = nil, id = nil) ⇒ ModifyAntiFakeUrlRequest

Returns a new instance of ModifyAntiFakeUrlRequest.



9486
9487
9488
9489
9490
9491
# File 'lib/v20180125/models.rb', line 9486

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

Instance Attribute Details

#DomainObject

Parameters:

  • Domain:

    域名

  • Name:

    名称

  • Uri:

    uri

  • Id:

    ID



9484
9485
9486
# File 'lib/v20180125/models.rb', line 9484

def Domain
  @Domain
end

#IdObject

Parameters:

  • Domain:

    域名

  • Name:

    名称

  • Uri:

    uri

  • Id:

    ID



9484
9485
9486
# File 'lib/v20180125/models.rb', line 9484

def Id
  @Id
end

#NameObject

Parameters:

  • Domain:

    域名

  • Name:

    名称

  • Uri:

    uri

  • Id:

    ID



9484
9485
9486
# File 'lib/v20180125/models.rb', line 9484

def Name
  @Name
end

#UriObject

Parameters:

  • Domain:

    域名

  • Name:

    名称

  • Uri:

    uri

  • Id:

    ID



9484
9485
9486
# File 'lib/v20180125/models.rb', line 9484

def Uri
  @Uri
end

Instance Method Details

#deserialize(params) ⇒ Object



9493
9494
9495
9496
9497
9498
# File 'lib/v20180125/models.rb', line 9493

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