Class: TencentCloud::Tcr::V20190924::TriggerInvokePara
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcr::V20190924::TriggerInvokePara
- Defined in:
- lib/v20190924/models.rb
Overview
触发器触发参数
Instance Attribute Summary collapse
- #AppId ⇒ Object
- #ClusterId ⇒ Object
- #ClusterRegion ⇒ Object
- #ContainerName ⇒ Object
- #Namespace ⇒ Object
- #ServiceName ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(appid = nil, clusterid = nil, namespace = nil, servicename = nil, containername = nil, clusterregion = nil) ⇒ TriggerInvokePara
constructor
A new instance of TriggerInvokePara.
Constructor Details
#initialize(appid = nil, clusterid = nil, namespace = nil, servicename = nil, containername = nil, clusterregion = nil) ⇒ TriggerInvokePara
Returns a new instance of TriggerInvokePara.
7429 7430 7431 7432 7433 7434 7435 7436 |
# File 'lib/v20190924/models.rb', line 7429 def initialize(appid=nil, clusterid=nil, namespace=nil, servicename=nil, containername=nil, clusterregion=nil) @AppId = appid @ClusterId = clusterid @Namespace = namespace @ServiceName = servicename @ContainerName = containername @ClusterRegion = clusterregion end |
Instance Attribute Details
#AppId ⇒ Object
7427 7428 7429 |
# File 'lib/v20190924/models.rb', line 7427 def AppId @AppId end |
#ClusterId ⇒ Object
7427 7428 7429 |
# File 'lib/v20190924/models.rb', line 7427 def ClusterId @ClusterId end |
#ClusterRegion ⇒ Object
7427 7428 7429 |
# File 'lib/v20190924/models.rb', line 7427 def ClusterRegion @ClusterRegion end |
#ContainerName ⇒ Object
7427 7428 7429 |
# File 'lib/v20190924/models.rb', line 7427 def ContainerName @ContainerName end |
#Namespace ⇒ Object
7427 7428 7429 |
# File 'lib/v20190924/models.rb', line 7427 def Namespace @Namespace end |
#ServiceName ⇒ Object
7427 7428 7429 |
# File 'lib/v20190924/models.rb', line 7427 def ServiceName @ServiceName end |
Instance Method Details
#deserialize(params) ⇒ Object
7438 7439 7440 7441 7442 7443 7444 7445 |
# File 'lib/v20190924/models.rb', line 7438 def deserialize(params) @AppId = params['AppId'] @ClusterId = params['ClusterId'] @Namespace = params['Namespace'] @ServiceName = params['ServiceName'] @ContainerName = params['ContainerName'] @ClusterRegion = params['ClusterRegion'] end |