Class: TencentCloud::Tem::V20201221::DescribeIngressesRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tem::V20201221::DescribeIngressesRequest
- Defined in:
- lib/v20201221/models.rb
Overview
DescribeIngresses请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(namespaceid = nil, eksnamespace = nil, sourcechannel = nil, names = nil) ⇒ DescribeIngressesRequest
constructor
A new instance of DescribeIngressesRequest.
Constructor Details
#initialize(namespaceid = nil, eksnamespace = nil, sourcechannel = nil, names = nil) ⇒ DescribeIngressesRequest
Returns a new instance of DescribeIngressesRequest.
738 739 740 741 742 743 |
# File 'lib/v20201221/models.rb', line 738 def initialize(namespaceid=nil, eksnamespace=nil, sourcechannel=nil, names=nil) @NamespaceId = namespaceid @EksNamespace = eksnamespace @SourceChannel = sourcechannel @Names = names end |
Instance Attribute Details
#EksNamespace ⇒ Object
736 737 738 |
# File 'lib/v20201221/models.rb', line 736 def EksNamespace @EksNamespace end |
#Names ⇒ Object
736 737 738 |
# File 'lib/v20201221/models.rb', line 736 def Names @Names end |
#NamespaceId ⇒ Object
736 737 738 |
# File 'lib/v20201221/models.rb', line 736 def NamespaceId @NamespaceId end |
#SourceChannel ⇒ Object
736 737 738 |
# File 'lib/v20201221/models.rb', line 736 def SourceChannel @SourceChannel end |
Instance Method Details
#deserialize(params) ⇒ Object
745 746 747 748 749 750 |
# File 'lib/v20201221/models.rb', line 745 def deserialize(params) @NamespaceId = params['NamespaceId'] @EksNamespace = params['EksNamespace'] @SourceChannel = params['SourceChannel'] @Names = params['Names'] end |