Class: TencentCloud::Cwp::V20180228::BaselineWeakPassword
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::BaselineWeakPassword
- Defined in:
- lib/v20180228/models.rb
Overview
基线弱口令
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(passwordid = nil, weakpassword = nil, createtime = nil, modifytime = nil) ⇒ BaselineWeakPassword
constructor
A new instance of BaselineWeakPassword.
Constructor Details
#initialize(passwordid = nil, weakpassword = nil, createtime = nil, modifytime = nil) ⇒ BaselineWeakPassword
Returns a new instance of BaselineWeakPassword.
3856 3857 3858 3859 3860 3861 |
# File 'lib/v20180228/models.rb', line 3856 def initialize(passwordid=nil, weakpassword=nil, createtime=nil, modifytime=nil) @PasswordId = passwordid @WeakPassword = weakpassword @CreateTime = createtime @ModifyTime = modifytime end |
Instance Attribute Details
#CreateTime ⇒ Object
3854 3855 3856 |
# File 'lib/v20180228/models.rb', line 3854 def CreateTime @CreateTime end |
#ModifyTime ⇒ Object
3854 3855 3856 |
# File 'lib/v20180228/models.rb', line 3854 def ModifyTime @ModifyTime end |
#PasswordId ⇒ Object
3854 3855 3856 |
# File 'lib/v20180228/models.rb', line 3854 def PasswordId @PasswordId end |
#WeakPassword ⇒ Object
3854 3855 3856 |
# File 'lib/v20180228/models.rb', line 3854 def WeakPassword @WeakPassword end |
Instance Method Details
#deserialize(params) ⇒ Object
3863 3864 3865 3866 3867 3868 |
# File 'lib/v20180228/models.rb', line 3863 def deserialize(params) @PasswordId = params['PasswordId'] @WeakPassword = params['WeakPassword'] @CreateTime = params['CreateTime'] @ModifyTime = params['ModifyTime'] end |