Class: TencentCloud::Ciam::V20220331::FailedUsers
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ciam::V20220331::FailedUsers
- Defined in:
- lib/v20220331/models.rb
Overview
失败的用户
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(faileduseridentification = nil, failedreason = nil) ⇒ FailedUsers
constructor
A new instance of FailedUsers.
Constructor Details
#initialize(faileduseridentification = nil, failedreason = nil) ⇒ FailedUsers
Returns a new instance of FailedUsers.
650 651 652 653 |
# File 'lib/v20220331/models.rb', line 650 def initialize(faileduseridentification=nil, failedreason=nil) @FailedUserIdentification = faileduseridentification @FailedReason = failedreason end |
Instance Attribute Details
#FailedReason ⇒ Object
648 649 650 |
# File 'lib/v20220331/models.rb', line 648 def FailedReason @FailedReason end |
#FailedUserIdentification ⇒ Object
648 649 650 |
# File 'lib/v20220331/models.rb', line 648 def FailedUserIdentification @FailedUserIdentification end |
Instance Method Details
#deserialize(params) ⇒ Object
655 656 657 658 |
# File 'lib/v20220331/models.rb', line 655 def deserialize(params) @FailedUserIdentification = params['FailedUserIdentification'] @FailedReason = params['FailedReason'] end |