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.



13823
13824
13825
13826
13827
13828
# File 'lib/v20180125/models.rb', line 13823

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



13821
13822
13823
# File 'lib/v20180125/models.rb', line 13821

def Domain
  @Domain
end

#IdObject

Parameters:

  • Domain:

    域名

  • Name:

    名称

  • Uri:

    uri

  • Id:

    ID



13821
13822
13823
# File 'lib/v20180125/models.rb', line 13821

def Id
  @Id
end

#NameObject

Parameters:

  • Domain:

    域名

  • Name:

    名称

  • Uri:

    uri

  • Id:

    ID



13821
13822
13823
# File 'lib/v20180125/models.rb', line 13821

def Name
  @Name
end

#UriObject

Parameters:

  • Domain:

    域名

  • Name:

    名称

  • Uri:

    uri

  • Id:

    ID



13821
13822
13823
# File 'lib/v20180125/models.rb', line 13821

def Uri
  @Uri
end

Instance Method Details

#deserialize(params) ⇒ Object



13830
13831
13832
13833
13834
13835
# File 'lib/v20180125/models.rb', line 13830

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