Class: TencentCloud::Ciam::V20220331::DeleteUserStoreResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ciam::V20220331::DeleteUserStoreResponse
- Defined in:
- lib/v20220331/models.rb
Overview
DeleteUserStore返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteUserStoreResponse
constructor
A new instance of DeleteUserStoreResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteUserStoreResponse
Returns a new instance of DeleteUserStoreResponse.
421 422 423 |
# File 'lib/v20220331/models.rb', line 421 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
419 420 421 |
# File 'lib/v20220331/models.rb', line 419 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
425 426 427 |
# File 'lib/v20220331/models.rb', line 425 def deserialize(params) @RequestId = params['RequestId'] end |