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.
7061 7062 7063 7064 |
# File 'lib/v20180608/models.rb', line 7061 def initialize(namespace=nil, region=nil) @Namespace = namespace @Region = region end |
Instance Attribute Details
#Namespace ⇒ Object
当前支持ap-shanghai
7059 7060 7061 |
# File 'lib/v20180608/models.rb', line 7059 def Namespace @Namespace end |
#Region ⇒ Object
当前支持ap-shanghai
7059 7060 7061 |
# File 'lib/v20180608/models.rb', line 7059 def Region @Region end |
Instance Method Details
#deserialize(params) ⇒ Object
7066 7067 7068 7069 |
# File 'lib/v20180608/models.rb', line 7066 def deserialize(params) @Namespace = params['Namespace'] @Region = params['Region'] end |