Class: TencentCloud::Dbbrain::V20210527::ModifyUserAutonomyProfileRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dbbrain::V20210527::ModifyUserAutonomyProfileRequest
- Defined in:
- lib/v20210527/models.rb
Overview
ModifyUserAutonomyProfile请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(profiletype = nil, instanceid = nil, product = nil, newprofileinfo = nil) ⇒ ModifyUserAutonomyProfileRequest
constructor
A new instance of ModifyUserAutonomyProfileRequest.
Constructor Details
#initialize(profiletype = nil, instanceid = nil, product = nil, newprofileinfo = nil) ⇒ ModifyUserAutonomyProfileRequest
Returns a new instance of ModifyUserAutonomyProfileRequest.
6168 6169 6170 6171 6172 6173 |
# File 'lib/v20210527/models.rb', line 6168 def initialize(profiletype=nil, instanceid=nil, product=nil, newprofileinfo=nil) @ProfileType = profiletype @InstanceId = instanceid @Product = product @NewProfileInfo = newprofileinfo end |
Instance Attribute Details
#InstanceId ⇒ Object
6166 6167 6168 |
# File 'lib/v20210527/models.rb', line 6166 def InstanceId @InstanceId end |
#NewProfileInfo ⇒ Object
6166 6167 6168 |
# File 'lib/v20210527/models.rb', line 6166 def NewProfileInfo @NewProfileInfo end |
#Product ⇒ Object
6166 6167 6168 |
# File 'lib/v20210527/models.rb', line 6166 def Product @Product end |
#ProfileType ⇒ Object
6166 6167 6168 |
# File 'lib/v20210527/models.rb', line 6166 def ProfileType @ProfileType end |
Instance Method Details
#deserialize(params) ⇒ Object
6175 6176 6177 6178 6179 6180 |
# File 'lib/v20210527/models.rb', line 6175 def deserialize(params) @ProfileType = params['ProfileType'] @InstanceId = params['InstanceId'] @Product = params['Product'] @NewProfileInfo = params['NewProfileInfo'] end |