Class: TencentCloud::Waf::V20180125::ApiSecKey

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

Overview

api列表

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(apiname = nil, domain = nil, method = nil) ⇒ ApiSecKey

Returns a new instance of ApiSecKey.



1600
1601
1602
1603
1604
# File 'lib/v20180125/models.rb', line 1600

def initialize(apiname=nil, domain=nil, method=nil)
  @ApiName = apiname
  @Domain = domain
  @Method = method
end

Instance Attribute Details

#ApiNameObject

Parameters:

  • ApiName:

    api名称

  • Domain:

    域名

  • Method:

    请求方法



1598
1599
1600
# File 'lib/v20180125/models.rb', line 1598

def ApiName
  @ApiName
end

#DomainObject

Parameters:

  • ApiName:

    api名称

  • Domain:

    域名

  • Method:

    请求方法



1598
1599
1600
# File 'lib/v20180125/models.rb', line 1598

def Domain
  @Domain
end

#MethodObject

Parameters:

  • ApiName:

    api名称

  • Domain:

    域名

  • Method:

    请求方法



1598
1599
1600
# File 'lib/v20180125/models.rb', line 1598

def Method
  @Method
end

Instance Method Details

#deserialize(params) ⇒ Object



1606
1607
1608
1609
1610
# File 'lib/v20180125/models.rb', line 1606

def deserialize(params)
  @ApiName = params['ApiName']
  @Domain = params['Domain']
  @Method = params['Method']
end