Class: TencentCloud::Tem::V20201221::DescribeServiceRunPodListV2Request
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tem::V20201221::DescribeServiceRunPodListV2Request
- Defined in:
- lib/v20201221/models.rb
Overview
DescribeServiceRunPodListV2请求参数结构体
Instance Attribute Summary collapse
-
#Limit ⇒ Object
-
Running - Pending - Error.
-
-
#NamespaceId ⇒ Object
-
Running - Pending - Error.
-
-
#Offset ⇒ Object
-
Running - Pending - Error.
-
-
#PodName ⇒ Object
-
Running - Pending - Error.
-
-
#ServiceId ⇒ Object
-
Running - Pending - Error.
-
-
#SourceChannel ⇒ Object
-
Running - Pending - Error.
-
-
#Status ⇒ Object
-
Running - Pending - Error.
-
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(namespaceid = nil, serviceid = nil, limit = nil, offset = nil, status = nil, podname = nil, sourcechannel = nil) ⇒ DescribeServiceRunPodListV2Request
constructor
A new instance of DescribeServiceRunPodListV2Request.
Constructor Details
#initialize(namespaceid = nil, serviceid = nil, limit = nil, offset = nil, status = nil, podname = nil, sourcechannel = nil) ⇒ DescribeServiceRunPodListV2Request
Returns a new instance of DescribeServiceRunPodListV2Request.
945 946 947 948 949 950 951 952 953 |
# File 'lib/v20201221/models.rb', line 945 def initialize(namespaceid=nil, serviceid=nil, limit=nil, offset=nil, status=nil, podname=nil, sourcechannel=nil) @NamespaceId = namespaceid @ServiceId = serviceid @Limit = limit @Offset = offset @Status = status @PodName = podname @SourceChannel = sourcechannel end |
Instance Attribute Details
#Limit ⇒ Object
-
Running
-
Pending
-
Error
943 944 945 |
# File 'lib/v20201221/models.rb', line 943 def Limit @Limit end |
#NamespaceId ⇒ Object
-
Running
-
Pending
-
Error
943 944 945 |
# File 'lib/v20201221/models.rb', line 943 def NamespaceId @NamespaceId end |
#Offset ⇒ Object
-
Running
-
Pending
-
Error
943 944 945 |
# File 'lib/v20201221/models.rb', line 943 def Offset @Offset end |
#PodName ⇒ Object
-
Running
-
Pending
-
Error
943 944 945 |
# File 'lib/v20201221/models.rb', line 943 def PodName @PodName end |
#ServiceId ⇒ Object
-
Running
-
Pending
-
Error
943 944 945 |
# File 'lib/v20201221/models.rb', line 943 def ServiceId @ServiceId end |
#SourceChannel ⇒ Object
-
Running
-
Pending
-
Error
943 944 945 |
# File 'lib/v20201221/models.rb', line 943 def SourceChannel @SourceChannel end |
#Status ⇒ Object
-
Running
-
Pending
-
Error
943 944 945 |
# File 'lib/v20201221/models.rb', line 943 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
955 956 957 958 959 960 961 962 963 |
# File 'lib/v20201221/models.rb', line 955 def deserialize(params) @NamespaceId = params['NamespaceId'] @ServiceId = params['ServiceId'] @Limit = params['Limit'] @Offset = params['Offset'] @Status = params['Status'] @PodName = params['PodName'] @SourceChannel = params['SourceChannel'] end |