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.



1136
1137
1138
1139
1140
# File 'lib/v20180125/models.rb', line 1136

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

Instance Attribute Details

#ApiNameObject

Parameters:

  • ApiName:

    api名称

  • Domain:

    域名

  • Method:

    请求方法



1134
1135
1136
# File 'lib/v20180125/models.rb', line 1134

def ApiName
  @ApiName
end

#DomainObject

Parameters:

  • ApiName:

    api名称

  • Domain:

    域名

  • Method:

    请求方法



1134
1135
1136
# File 'lib/v20180125/models.rb', line 1134

def Domain
  @Domain
end

#MethodObject

Parameters:

  • ApiName:

    api名称

  • Domain:

    域名

  • Method:

    请求方法



1134
1135
1136
# File 'lib/v20180125/models.rb', line 1134

def Method
  @Method
end

Instance Method Details

#deserialize(params) ⇒ Object



1142
1143
1144
1145
1146
# File 'lib/v20180125/models.rb', line 1142

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