Class: TencentCloud::Organization::V20210331::RemoveExternalSAMLIdPCertificateResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Organization::V20210331::RemoveExternalSAMLIdPCertificateResponse
- Defined in:
- lib/v20210331/models.rb
Overview
RemoveExternalSAMLIdPCertificate返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ RemoveExternalSAMLIdPCertificateResponse
constructor
A new instance of RemoveExternalSAMLIdPCertificateResponse.
Constructor Details
#initialize(requestid = nil) ⇒ RemoveExternalSAMLIdPCertificateResponse
Returns a new instance of RemoveExternalSAMLIdPCertificateResponse.
6678 6679 6680 |
# File 'lib/v20210331/models.rb', line 6678 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
6676 6677 6678 |
# File 'lib/v20210331/models.rb', line 6676 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
6682 6683 6684 |
# File 'lib/v20210331/models.rb', line 6682 def deserialize(params) @RequestId = params['RequestId'] end |