Class: TencentCloud::Trocket::V20230308::DoHealthCheckOnMigratingTopicRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Trocket::V20230308::DoHealthCheckOnMigratingTopicRequest
- Defined in:
- lib/v20230308/models.rb
Overview
DoHealthCheckOnMigratingTopic请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(taskid = nil, topicname = nil, ignorecheck = nil, namespace = nil) ⇒ DoHealthCheckOnMigratingTopicRequest
constructor
A new instance of DoHealthCheckOnMigratingTopicRequest.
Constructor Details
#initialize(taskid = nil, topicname = nil, ignorecheck = nil, namespace = nil) ⇒ DoHealthCheckOnMigratingTopicRequest
Returns a new instance of DoHealthCheckOnMigratingTopicRequest.
3790 3791 3792 3793 3794 3795 |
# File 'lib/v20230308/models.rb', line 3790 def initialize(taskid=nil, topicname=nil, ignorecheck=nil, namespace=nil) @TaskId = taskid @TopicName = topicname @IgnoreCheck = ignorecheck @Namespace = namespace end |
Instance Attribute Details
#IgnoreCheck ⇒ Object
3788 3789 3790 |
# File 'lib/v20230308/models.rb', line 3788 def IgnoreCheck @IgnoreCheck end |
#Namespace ⇒ Object
3788 3789 3790 |
# File 'lib/v20230308/models.rb', line 3788 def Namespace @Namespace end |
#TaskId ⇒ Object
3788 3789 3790 |
# File 'lib/v20230308/models.rb', line 3788 def TaskId @TaskId end |
#TopicName ⇒ Object
3788 3789 3790 |
# File 'lib/v20230308/models.rb', line 3788 def TopicName @TopicName end |
Instance Method Details
#deserialize(params) ⇒ Object
3797 3798 3799 3800 3801 3802 |
# File 'lib/v20230308/models.rb', line 3797 def deserialize(params) @TaskId = params['TaskId'] @TopicName = params['TopicName'] @IgnoreCheck = params['IgnoreCheck'] @Namespace = params['Namespace'] end |