Class: TencentCloud::Ciam::V20220331::CreateUserStoreResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ciam::V20220331::CreateUserStoreResponse
- Defined in:
- lib/v20220331/models.rb
Overview
CreateUserStore返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(userstoreid = nil, requestid = nil) ⇒ CreateUserStoreResponse
constructor
A new instance of CreateUserStoreResponse.
Constructor Details
#initialize(userstoreid = nil, requestid = nil) ⇒ CreateUserStoreResponse
Returns a new instance of CreateUserStoreResponse.
344 345 346 347 |
# File 'lib/v20220331/models.rb', line 344 def initialize(userstoreid=nil, requestid=nil) @UserStoreId = userstoreid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
342 343 344 |
# File 'lib/v20220331/models.rb', line 342 def RequestId @RequestId end |
#UserStoreId ⇒ Object
342 343 344 |
# File 'lib/v20220331/models.rb', line 342 def UserStoreId @UserStoreId end |
Instance Method Details
#deserialize(params) ⇒ Object
349 350 351 352 |
# File 'lib/v20220331/models.rb', line 349 def deserialize(params) @UserStoreId = params['UserStoreId'] @RequestId = params['RequestId'] end |