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.



8677
8678
8679
8680
8681
8682
# File 'lib/v20180125/models.rb', line 8677

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



8675
8676
8677
# File 'lib/v20180125/models.rb', line 8675

def Domain
  @Domain
end

#IdObject

Parameters:

  • Domain:

    域名

  • Name:

    名称

  • Uri:

    uri

  • Id:

    ID



8675
8676
8677
# File 'lib/v20180125/models.rb', line 8675

def Id
  @Id
end

#NameObject

Parameters:

  • Domain:

    域名

  • Name:

    名称

  • Uri:

    uri

  • Id:

    ID



8675
8676
8677
# File 'lib/v20180125/models.rb', line 8675

def Name
  @Name
end

#UriObject

Parameters:

  • Domain:

    域名

  • Name:

    名称

  • Uri:

    uri

  • Id:

    ID



8675
8676
8677
# File 'lib/v20180125/models.rb', line 8675

def Uri
  @Uri
end

Instance Method Details

#deserialize(params) ⇒ Object



8684
8685
8686
8687
8688
8689
# File 'lib/v20180125/models.rb', line 8684

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