Class: TencentCloud::Tcr::V20190924::ModifyApplicationTriggerPersonalRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcr::V20190924::ModifyApplicationTriggerPersonalRequest
- Defined in:
- lib/v20190924/models.rb
Overview
ModifyApplicationTriggerPersonal请求参数结构体
Instance Attribute Summary collapse
- #ClusterId ⇒ Object
- #ClusterRegion ⇒ Object
- #ContainerName ⇒ Object
- #InvokeExpr ⇒ Object
- #InvokeMethod ⇒ Object
- #Namespace ⇒ Object
- #NewTriggerName ⇒ Object
- #RepoName ⇒ Object
- #TriggerName ⇒ Object
- #WorkloadName ⇒ Object
- #WorkloadType ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(reponame = nil, triggername = nil, invokemethod = nil, invokeexpr = nil, clusterid = nil, namespace = nil, workloadtype = nil, workloadname = nil, containername = nil, clusterregion = nil, newtriggername = nil) ⇒ ModifyApplicationTriggerPersonalRequest
constructor
A new instance of ModifyApplicationTriggerPersonalRequest.
Constructor Details
#initialize(reponame = nil, triggername = nil, invokemethod = nil, invokeexpr = nil, clusterid = nil, namespace = nil, workloadtype = nil, workloadname = nil, containername = nil, clusterregion = nil, newtriggername = nil) ⇒ ModifyApplicationTriggerPersonalRequest
Returns a new instance of ModifyApplicationTriggerPersonalRequest.
5179 5180 5181 5182 5183 5184 5185 5186 5187 5188 5189 5190 5191 |
# File 'lib/v20190924/models.rb', line 5179 def initialize(reponame=nil, triggername=nil, invokemethod=nil, invokeexpr=nil, clusterid=nil, namespace=nil, workloadtype=nil, workloadname=nil, containername=nil, clusterregion=nil, newtriggername=nil) @RepoName = reponame @TriggerName = triggername @InvokeMethod = invokemethod @InvokeExpr = invokeexpr @ClusterId = clusterid @Namespace = namespace @WorkloadType = workloadtype @WorkloadName = workloadname @ContainerName = containername @ClusterRegion = clusterregion @NewTriggerName = newtriggername end |
Instance Attribute Details
#ClusterId ⇒ Object
5177 5178 5179 |
# File 'lib/v20190924/models.rb', line 5177 def ClusterId @ClusterId end |
#ClusterRegion ⇒ Object
5177 5178 5179 |
# File 'lib/v20190924/models.rb', line 5177 def ClusterRegion @ClusterRegion end |
#ContainerName ⇒ Object
5177 5178 5179 |
# File 'lib/v20190924/models.rb', line 5177 def ContainerName @ContainerName end |
#InvokeExpr ⇒ Object
5177 5178 5179 |
# File 'lib/v20190924/models.rb', line 5177 def InvokeExpr @InvokeExpr end |
#InvokeMethod ⇒ Object
5177 5178 5179 |
# File 'lib/v20190924/models.rb', line 5177 def InvokeMethod @InvokeMethod end |
#Namespace ⇒ Object
5177 5178 5179 |
# File 'lib/v20190924/models.rb', line 5177 def Namespace @Namespace end |
#NewTriggerName ⇒ Object
5177 5178 5179 |
# File 'lib/v20190924/models.rb', line 5177 def NewTriggerName @NewTriggerName end |
#RepoName ⇒ Object
5177 5178 5179 |
# File 'lib/v20190924/models.rb', line 5177 def RepoName @RepoName end |
#TriggerName ⇒ Object
5177 5178 5179 |
# File 'lib/v20190924/models.rb', line 5177 def TriggerName @TriggerName end |
#WorkloadName ⇒ Object
5177 5178 5179 |
# File 'lib/v20190924/models.rb', line 5177 def WorkloadName @WorkloadName end |
#WorkloadType ⇒ Object
5177 5178 5179 |
# File 'lib/v20190924/models.rb', line 5177 def WorkloadType @WorkloadType end |
Instance Method Details
#deserialize(params) ⇒ Object
5193 5194 5195 5196 5197 5198 5199 5200 5201 5202 5203 5204 5205 |
# File 'lib/v20190924/models.rb', line 5193 def deserialize(params) @RepoName = params['RepoName'] @TriggerName = params['TriggerName'] @InvokeMethod = params['InvokeMethod'] @InvokeExpr = params['InvokeExpr'] @ClusterId = params['ClusterId'] @Namespace = params['Namespace'] @WorkloadType = params['WorkloadType'] @WorkloadName = params['WorkloadName'] @ContainerName = params['ContainerName'] @ClusterRegion = params['ClusterRegion'] @NewTriggerName = params['NewTriggerName'] end |