Class: TencentCloud::Tem::V20201221::RestartServiceRunPodRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tem::V20201221::RestartServiceRunPodRequest
- Defined in:
- lib/v20201221/models.rb
Overview
RestartServiceRunPod请求参数结构体
Instance Attribute Summary collapse
- #Limit ⇒ Object
- #NamespaceId ⇒ Object
- #Offset ⇒ Object
- #PodName ⇒ Object
- #ServiceId ⇒ Object
- #SourceChannel ⇒ Object
- #Status ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(namespaceid = nil, serviceid = nil, podname = nil, limit = nil, offset = nil, status = nil, sourcechannel = nil) ⇒ RestartServiceRunPodRequest
constructor
A new instance of RestartServiceRunPodRequest.
Constructor Details
#initialize(namespaceid = nil, serviceid = nil, podname = nil, limit = nil, offset = nil, status = nil, sourcechannel = nil) ⇒ RestartServiceRunPodRequest
Returns a new instance of RestartServiceRunPodRequest.
1689 1690 1691 1692 1693 1694 1695 1696 1697 |
# File 'lib/v20201221/models.rb', line 1689 def initialize(namespaceid=nil, serviceid=nil, podname=nil, limit=nil, offset=nil, status=nil, sourcechannel=nil) @NamespaceId = namespaceid @ServiceId = serviceid @PodName = podname @Limit = limit @Offset = offset @Status = status @SourceChannel = sourcechannel end |
Instance Attribute Details
#Limit ⇒ Object
1687 1688 1689 |
# File 'lib/v20201221/models.rb', line 1687 def Limit @Limit end |
#NamespaceId ⇒ Object
1687 1688 1689 |
# File 'lib/v20201221/models.rb', line 1687 def NamespaceId @NamespaceId end |
#Offset ⇒ Object
1687 1688 1689 |
# File 'lib/v20201221/models.rb', line 1687 def Offset @Offset end |
#PodName ⇒ Object
1687 1688 1689 |
# File 'lib/v20201221/models.rb', line 1687 def PodName @PodName end |
#ServiceId ⇒ Object
1687 1688 1689 |
# File 'lib/v20201221/models.rb', line 1687 def ServiceId @ServiceId end |
#SourceChannel ⇒ Object
1687 1688 1689 |
# File 'lib/v20201221/models.rb', line 1687 def SourceChannel @SourceChannel end |
#Status ⇒ Object
1687 1688 1689 |
# File 'lib/v20201221/models.rb', line 1687 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
1699 1700 1701 1702 1703 1704 1705 1706 1707 |
# File 'lib/v20201221/models.rb', line 1699 def deserialize(params) @NamespaceId = params['NamespaceId'] @ServiceId = params['ServiceId'] @PodName = params['PodName'] @Limit = params['Limit'] @Offset = params['Offset'] @Status = params['Status'] @SourceChannel = params['SourceChannel'] end |