Class: TencentCloud::Mongodb::V20190725::ModifyMongoDBParamType
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mongodb::V20190725::ModifyMongoDBParamType
- Defined in:
- lib/v20190725/models.rb
Overview
修改mongoDB实例,请求参数
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(key = nil, value = nil) ⇒ ModifyMongoDBParamType
constructor
A new instance of ModifyMongoDBParamType.
Constructor Details
#initialize(key = nil, value = nil) ⇒ ModifyMongoDBParamType
Returns a new instance of ModifyMongoDBParamType.
5031 5032 5033 5034 |
# File 'lib/v20190725/models.rb', line 5031 def initialize(key=nil, value=nil) @Key = key @Value = value end |
Instance Attribute Details
#Key ⇒ Object
5029 5030 5031 |
# File 'lib/v20190725/models.rb', line 5029 def Key @Key end |
#Value ⇒ Object
5029 5030 5031 |
# File 'lib/v20190725/models.rb', line 5029 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
5036 5037 5038 5039 |
# File 'lib/v20190725/models.rb', line 5036 def deserialize(params) @Key = params['Key'] @Value = params['Value'] end |