Class: TencentCloud::Organization::V20210331::DeleteOrganizationMemberAuthIdentityResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Organization::V20210331::DeleteOrganizationMemberAuthIdentityResponse
- Defined in:
- lib/v20210331/models.rb
Overview
DeleteOrganizationMemberAuthIdentity返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteOrganizationMemberAuthIdentityResponse
constructor
A new instance of DeleteOrganizationMemberAuthIdentityResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteOrganizationMemberAuthIdentityResponse
Returns a new instance of DeleteOrganizationMemberAuthIdentityResponse.
1680 1681 1682 |
# File 'lib/v20210331/models.rb', line 1680 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1678 1679 1680 |
# File 'lib/v20210331/models.rb', line 1678 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1684 1685 1686 |
# File 'lib/v20210331/models.rb', line 1684 def deserialize(params) @RequestId = params['RequestId'] end |