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.
1684 1685 1686 |
# File 'lib/v20210331/models.rb', line 1684 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1682 1683 1684 |
# File 'lib/v20210331/models.rb', line 1682 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1688 1689 1690 |
# File 'lib/v20210331/models.rb', line 1688 def deserialize(params) @RequestId = params['RequestId'] end |