Class: TencentCloud::Tem::V20201221::DescribeRelatedIngressesRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tem::V20201221::DescribeRelatedIngressesRequest
- Defined in:
- lib/v20201221/models.rb
Overview
DescribeRelatedIngresses请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(namespaceid = nil, eksnamespace = nil, sourcechannel = nil, serviceid = nil) ⇒ DescribeRelatedIngressesRequest
constructor
A new instance of DescribeRelatedIngressesRequest.
Constructor Details
#initialize(namespaceid = nil, eksnamespace = nil, sourcechannel = nil, serviceid = nil) ⇒ DescribeRelatedIngressesRequest
Returns a new instance of DescribeRelatedIngressesRequest.
841 842 843 844 845 846 |
# File 'lib/v20201221/models.rb', line 841 def initialize(namespaceid=nil, eksnamespace=nil, sourcechannel=nil, serviceid=nil) @NamespaceId = namespaceid @EksNamespace = eksnamespace @SourceChannel = sourcechannel @ServiceId = serviceid end |
Instance Attribute Details
#EksNamespace ⇒ Object
839 840 841 |
# File 'lib/v20201221/models.rb', line 839 def EksNamespace @EksNamespace end |
#NamespaceId ⇒ Object
839 840 841 |
# File 'lib/v20201221/models.rb', line 839 def NamespaceId @NamespaceId end |
#ServiceId ⇒ Object
839 840 841 |
# File 'lib/v20201221/models.rb', line 839 def ServiceId @ServiceId end |
#SourceChannel ⇒ Object
839 840 841 |
# File 'lib/v20201221/models.rb', line 839 def SourceChannel @SourceChannel end |
Instance Method Details
#deserialize(params) ⇒ Object
848 849 850 851 852 853 |
# File 'lib/v20201221/models.rb', line 848 def deserialize(params) @NamespaceId = params['NamespaceId'] @EksNamespace = params['EksNamespace'] @SourceChannel = params['SourceChannel'] @ServiceId = params['ServiceId'] end |