Class: TencentCloud::Ckafka::V20190819::EventBusParam
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::EventBusParam
- Defined in:
- lib/v20190819/models.rb
Overview
EventBus配置
Instance Attribute Summary collapse
- #FunctionName ⇒ Object
- #Namespace ⇒ Object
- #Qualifier ⇒ Object
- #Resource ⇒ Object
- #SelfBuilt ⇒ Object
- #Type ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, selfbuilt = nil, resource = nil, namespace = nil, functionname = nil, qualifier = nil) ⇒ EventBusParam
constructor
A new instance of EventBusParam.
Constructor Details
#initialize(type = nil, selfbuilt = nil, resource = nil, namespace = nil, functionname = nil, qualifier = nil) ⇒ EventBusParam
Returns a new instance of EventBusParam.
6814 6815 6816 6817 6818 6819 6820 6821 |
# File 'lib/v20190819/models.rb', line 6814 def initialize(type=nil, selfbuilt=nil, resource=nil, namespace=nil, functionname=nil, qualifier=nil) @Type = type @SelfBuilt = selfbuilt @Resource = resource @Namespace = namespace @FunctionName = functionname @Qualifier = qualifier end |
Instance Attribute Details
#FunctionName ⇒ Object
6812 6813 6814 |
# File 'lib/v20190819/models.rb', line 6812 def FunctionName @FunctionName end |
#Namespace ⇒ Object
6812 6813 6814 |
# File 'lib/v20190819/models.rb', line 6812 def Namespace @Namespace end |
#Qualifier ⇒ Object
6812 6813 6814 |
# File 'lib/v20190819/models.rb', line 6812 def Qualifier @Qualifier end |
#Resource ⇒ Object
6812 6813 6814 |
# File 'lib/v20190819/models.rb', line 6812 def Resource @Resource end |
#SelfBuilt ⇒ Object
6812 6813 6814 |
# File 'lib/v20190819/models.rb', line 6812 def SelfBuilt @SelfBuilt end |
#Type ⇒ Object
6812 6813 6814 |
# File 'lib/v20190819/models.rb', line 6812 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
6823 6824 6825 6826 6827 6828 6829 6830 |
# File 'lib/v20190819/models.rb', line 6823 def deserialize(params) @Type = params['Type'] @SelfBuilt = params['SelfBuilt'] @Resource = params['Resource'] @Namespace = params['Namespace'] @FunctionName = params['FunctionName'] @Qualifier = params['Qualifier'] end |