Class: TencentCloud::Tcb::V20180608::FunctionInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcb::V20180608::FunctionInfo
- Defined in:
- lib/v20180608/models.rb
Overview
函数的信息
Instance Attribute Summary collapse
-
#Namespace ⇒ Object
当前支持ap-shanghai.
-
#Region ⇒ Object
当前支持ap-shanghai.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(namespace = nil, region = nil) ⇒ FunctionInfo
constructor
A new instance of FunctionInfo.
Constructor Details
#initialize(namespace = nil, region = nil) ⇒ FunctionInfo
Returns a new instance of FunctionInfo.
6329 6330 6331 6332 |
# File 'lib/v20180608/models.rb', line 6329 def initialize(namespace=nil, region=nil) @Namespace = namespace @Region = region end |
Instance Attribute Details
#Namespace ⇒ Object
当前支持ap-shanghai
6327 6328 6329 |
# File 'lib/v20180608/models.rb', line 6327 def Namespace @Namespace end |
#Region ⇒ Object
当前支持ap-shanghai
6327 6328 6329 |
# File 'lib/v20180608/models.rb', line 6327 def Region @Region end |
Instance Method Details
#deserialize(params) ⇒ Object
6334 6335 6336 6337 |
# File 'lib/v20180608/models.rb', line 6334 def deserialize(params) @Namespace = params['Namespace'] @Region = params['Region'] end |