Class: TencentCloud::Eb::V20210416::DTSParams
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Eb::V20210416::DTSParams
- Defined in:
- lib/v20210416/models.rb
Overview
Data Transfer Service参数
Instance Attribute Summary collapse
-
#Account ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#ConsumerGroupName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Password ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(consumergroupname = nil, account = nil, password = nil) ⇒ DTSParams
constructor
A new instance of DTSParams.
Constructor Details
#initialize(consumergroupname = nil, account = nil, password = nil) ⇒ DTSParams
Returns a new instance of DTSParams.
609 610 611 612 613 |
# File 'lib/v20210416/models.rb', line 609 def initialize(consumergroupname=nil, account=nil, password=nil) @ConsumerGroupName = consumergroupname @Account = account @Password = password end |
Instance Attribute Details
#Account ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
607 608 609 |
# File 'lib/v20210416/models.rb', line 607 def Account @Account end |
#ConsumerGroupName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
607 608 609 |
# File 'lib/v20210416/models.rb', line 607 def ConsumerGroupName @ConsumerGroupName end |
#Password ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
607 608 609 |
# File 'lib/v20210416/models.rb', line 607 def Password @Password end |
Instance Method Details
#deserialize(params) ⇒ Object
615 616 617 618 619 |
# File 'lib/v20210416/models.rb', line 615 def deserialize(params) @ConsumerGroupName = params['ConsumerGroupName'] @Account = params['Account'] @Password = params['Password'] end |