Class: TencentCloud::Dbbrain::V20210527::DescribeUserAutonomyProfileRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dbbrain::V20210527::DescribeUserAutonomyProfileRequest
- Defined in:
- lib/v20210527/models.rb
Overview
DescribeUserAutonomyProfile请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(profiletype = nil, instanceid = nil, product = nil) ⇒ DescribeUserAutonomyProfileRequest
constructor
A new instance of DescribeUserAutonomyProfileRequest.
Constructor Details
#initialize(profiletype = nil, instanceid = nil, product = nil) ⇒ DescribeUserAutonomyProfileRequest
Returns a new instance of DescribeUserAutonomyProfileRequest.
4989 4990 4991 4992 4993 |
# File 'lib/v20210527/models.rb', line 4989 def initialize(profiletype=nil, instanceid=nil, product=nil) @ProfileType = profiletype @InstanceId = instanceid @Product = product end |
Instance Attribute Details
#InstanceId ⇒ Object
4987 4988 4989 |
# File 'lib/v20210527/models.rb', line 4987 def InstanceId @InstanceId end |
#Product ⇒ Object
4987 4988 4989 |
# File 'lib/v20210527/models.rb', line 4987 def Product @Product end |
#ProfileType ⇒ Object
4987 4988 4989 |
# File 'lib/v20210527/models.rb', line 4987 def ProfileType @ProfileType end |
Instance Method Details
#deserialize(params) ⇒ Object
4995 4996 4997 4998 4999 |
# File 'lib/v20210527/models.rb', line 4995 def deserialize(params) @ProfileType = params['ProfileType'] @InstanceId = params['InstanceId'] @Product = params['Product'] end |