Class: TencentCloud::Tem::V20210701::DeleteIngressRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tem::V20210701::DeleteIngressRequest
- Defined in:
- lib/v20210701/models.rb
Overview
DeleteIngress请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(environmentid = nil, clusternamespace = nil, ingressname = nil, sourcechannel = nil) ⇒ DeleteIngressRequest
constructor
A new instance of DeleteIngressRequest.
Constructor Details
#initialize(environmentid = nil, clusternamespace = nil, ingressname = nil, sourcechannel = nil) ⇒ DeleteIngressRequest
Returns a new instance of DeleteIngressRequest.
965 966 967 968 969 970 |
# File 'lib/v20210701/models.rb', line 965 def initialize(environmentid=nil, clusternamespace=nil, ingressname=nil, sourcechannel=nil) @EnvironmentId = environmentid @ClusterNamespace = clusternamespace @IngressName = ingressname @SourceChannel = sourcechannel end |
Instance Attribute Details
#ClusterNamespace ⇒ Object
963 964 965 |
# File 'lib/v20210701/models.rb', line 963 def ClusterNamespace @ClusterNamespace end |
#EnvironmentId ⇒ Object
963 964 965 |
# File 'lib/v20210701/models.rb', line 963 def EnvironmentId @EnvironmentId end |
#IngressName ⇒ Object
963 964 965 |
# File 'lib/v20210701/models.rb', line 963 def IngressName @IngressName end |
#SourceChannel ⇒ Object
963 964 965 |
# File 'lib/v20210701/models.rb', line 963 def SourceChannel @SourceChannel end |
Instance Method Details
#deserialize(params) ⇒ Object
972 973 974 975 976 977 |
# File 'lib/v20210701/models.rb', line 972 def deserialize(params) @EnvironmentId = params['EnvironmentId'] @ClusterNamespace = params['ClusterNamespace'] @IngressName = params['IngressName'] @SourceChannel = params['SourceChannel'] end |