Class: TencentCloud::Tem::V20201221::DescribeIngressRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tem::V20201221::DescribeIngressRequest
- Defined in:
- lib/v20201221/models.rb
Overview
DescribeIngress请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(namespaceid = nil, eksnamespace = nil, name = nil, sourcechannel = nil) ⇒ DescribeIngressRequest
constructor
A new instance of DescribeIngressRequest.
Constructor Details
#initialize(namespaceid = nil, eksnamespace = nil, name = nil, sourcechannel = nil) ⇒ DescribeIngressRequest
Returns a new instance of DescribeIngressRequest.
687 688 689 690 691 692 |
# File 'lib/v20201221/models.rb', line 687 def initialize(namespaceid=nil, eksnamespace=nil, name=nil, sourcechannel=nil) @NamespaceId = namespaceid @EksNamespace = eksnamespace @Name = name @SourceChannel = sourcechannel end |
Instance Attribute Details
#EksNamespace ⇒ Object
685 686 687 |
# File 'lib/v20201221/models.rb', line 685 def EksNamespace @EksNamespace end |
#Name ⇒ Object
685 686 687 |
# File 'lib/v20201221/models.rb', line 685 def Name @Name end |
#NamespaceId ⇒ Object
685 686 687 |
# File 'lib/v20201221/models.rb', line 685 def NamespaceId @NamespaceId end |
#SourceChannel ⇒ Object
685 686 687 |
# File 'lib/v20201221/models.rb', line 685 def SourceChannel @SourceChannel end |
Instance Method Details
#deserialize(params) ⇒ Object
694 695 696 697 698 699 |
# File 'lib/v20201221/models.rb', line 694 def deserialize(params) @NamespaceId = params['NamespaceId'] @EksNamespace = params['EksNamespace'] @Name = params['Name'] @SourceChannel = params['SourceChannel'] end |