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.
6095 6096 6097 6098 6099 6100 |
# File 'lib/v20210527/models.rb', line 6095 def initialize(profiletype=nil, instanceid=nil, product=nil, newprofileinfo=nil) @ProfileType = profiletype @InstanceId = instanceid @Product = product @NewProfileInfo = newprofileinfo end |
Instance Attribute Details
#InstanceId ⇒ Object
6093 6094 6095 |
# File 'lib/v20210527/models.rb', line 6093 def InstanceId @InstanceId end |
#NewProfileInfo ⇒ Object
6093 6094 6095 |
# File 'lib/v20210527/models.rb', line 6093 def NewProfileInfo @NewProfileInfo end |
#Product ⇒ Object
6093 6094 6095 |
# File 'lib/v20210527/models.rb', line 6093 def Product @Product end |
#ProfileType ⇒ Object
6093 6094 6095 |
# File 'lib/v20210527/models.rb', line 6093 def ProfileType @ProfileType end |
Instance Method Details
#deserialize(params) ⇒ Object
6102 6103 6104 6105 6106 6107 |
# File 'lib/v20210527/models.rb', line 6102 def deserialize(params) @ProfileType = params['ProfileType'] @InstanceId = params['InstanceId'] @Product = params['Product'] @NewProfileInfo = params['NewProfileInfo'] end |