Class: TencentCloud::Ciam::V20220331::UpdateUserStoreResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ciam::V20220331::UpdateUserStoreResponse
- Defined in:
- lib/v20220331/models.rb
Overview
UpdateUserStore返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ UpdateUserStoreResponse
constructor
A new instance of UpdateUserStoreResponse.
Constructor Details
#initialize(requestid = nil) ⇒ UpdateUserStoreResponse
Returns a new instance of UpdateUserStoreResponse.
1885 1886 1887 |
# File 'lib/v20220331/models.rb', line 1885 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1883 1884 1885 |
# File 'lib/v20220331/models.rb', line 1883 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1889 1890 1891 |
# File 'lib/v20220331/models.rb', line 1889 def deserialize(params) @RequestId = params['RequestId'] end |