Class: TencentCloud::Lcic::V20220817::ModifyUserProfileResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lcic::V20220817::ModifyUserProfileResponse
- Defined in:
- lib/v20220817/models.rb
Overview
ModifyUserProfile返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyUserProfileResponse
constructor
A new instance of ModifyUserProfileResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyUserProfileResponse
Returns a new instance of ModifyUserProfileResponse.
4273 4274 4275 |
# File 'lib/v20220817/models.rb', line 4273 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
4271 4272 4273 |
# File 'lib/v20220817/models.rb', line 4271 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4277 4278 4279 |
# File 'lib/v20220817/models.rb', line 4277 def deserialize(params) @RequestId = params['RequestId'] end |