Class: TencentCloud::Tem::V20201221::DeleteIngressRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tem::V20201221::DeleteIngressRequest
- Defined in:
- lib/v20201221/models.rb
Overview
DeleteIngress请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(namespaceid = nil, eksnamespace = nil, name = nil, sourcechannel = nil) ⇒ DeleteIngressRequest
constructor
A new instance of DeleteIngressRequest.
Constructor Details
#initialize(namespaceid = nil, eksnamespace = nil, name = nil, sourcechannel = nil) ⇒ DeleteIngressRequest
Returns a new instance of DeleteIngressRequest.
384 385 386 387 388 389 |
# File 'lib/v20201221/models.rb', line 384 def initialize(namespaceid=nil, eksnamespace=nil, name=nil, sourcechannel=nil) @NamespaceId = namespaceid @EksNamespace = eksnamespace @Name = name @SourceChannel = sourcechannel end |
Instance Attribute Details
#EksNamespace ⇒ Object
382 383 384 |
# File 'lib/v20201221/models.rb', line 382 def EksNamespace @EksNamespace end |
#Name ⇒ Object
382 383 384 |
# File 'lib/v20201221/models.rb', line 382 def Name @Name end |
#NamespaceId ⇒ Object
382 383 384 |
# File 'lib/v20201221/models.rb', line 382 def NamespaceId @NamespaceId end |
#SourceChannel ⇒ Object
382 383 384 |
# File 'lib/v20201221/models.rb', line 382 def SourceChannel @SourceChannel end |
Instance Method Details
#deserialize(params) ⇒ Object
391 392 393 394 395 396 |
# File 'lib/v20201221/models.rb', line 391 def deserialize(params) @NamespaceId = params['NamespaceId'] @EksNamespace = params['EksNamespace'] @Name = params['Name'] @SourceChannel = params['SourceChannel'] end |