Class: TencentCloud::Organization::V20210331::DeleteSCIMCredentialResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Organization::V20210331::DeleteSCIMCredentialResponse
- Defined in:
- lib/v20210331/models.rb
Overview
DeleteSCIMCredential返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteSCIMCredentialResponse
constructor
A new instance of DeleteSCIMCredentialResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteSCIMCredentialResponse
Returns a new instance of DeleteSCIMCredentialResponse.
1974 1975 1976 |
# File 'lib/v20210331/models.rb', line 1974 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1972 1973 1974 |
# File 'lib/v20210331/models.rb', line 1972 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1978 1979 1980 |
# File 'lib/v20210331/models.rb', line 1978 def deserialize(params) @RequestId = params['RequestId'] end |