Class: TencentCloud::Dasb::V20191018::ModifyChangePwdTaskRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dasb::V20191018::ModifyChangePwdTaskRequest
- Defined in:
- lib/v20191018/models.rb
Overview
ModifyChangePwdTask请求参数结构体
Instance Attribute Summary collapse
- #AccountSet ⇒ Object
- #AuthGenerationStrategy ⇒ Object
- #BigLetter ⇒ Object
- #ChangeMethod ⇒ Object
- #CompleteNotify ⇒ Object
- #DepartmentId ⇒ Object
- #DeviceIdSet ⇒ Object
- #Digit ⇒ Object
- #FilePassword ⇒ Object
- #FirstTime ⇒ Object
- #ModifyType ⇒ Object
- #NotifyEmails ⇒ Object
- #OperationId ⇒ Object
- #Password ⇒ Object
- #PasswordLength ⇒ Object
- #Period ⇒ Object
- #RunAccount ⇒ Object
- #SmallLetter ⇒ Object
- #Symbol ⇒ Object
- #TaskName ⇒ Object
- #Type ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(operationid = nil, deviceidset = nil, accountset = nil, modifytype = nil, changemethod = nil, authgenerationstrategy = nil, taskname = nil, departmentid = nil, runaccount = nil, password = nil, passwordlength = nil, smallletter = nil, bigletter = nil, digit = nil, symbol = nil, completenotify = nil, notifyemails = nil, filepassword = nil, type = nil, period = nil, firsttime = nil) ⇒ ModifyChangePwdTaskRequest
constructor
A new instance of ModifyChangePwdTaskRequest.
Constructor Details
#initialize(operationid = nil, deviceidset = nil, accountset = nil, modifytype = nil, changemethod = nil, authgenerationstrategy = nil, taskname = nil, departmentid = nil, runaccount = nil, password = nil, passwordlength = nil, smallletter = nil, bigletter = nil, digit = nil, symbol = nil, completenotify = nil, notifyemails = nil, filepassword = nil, type = nil, period = nil, firsttime = nil) ⇒ ModifyChangePwdTaskRequest
Returns a new instance of ModifyChangePwdTaskRequest.
3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 3590 |
# File 'lib/v20191018/models.rb', line 3568 def initialize(operationid=nil, deviceidset=nil, accountset=nil, modifytype=nil, changemethod=nil, authgenerationstrategy=nil, taskname=nil, departmentid=nil, runaccount=nil, password=nil, passwordlength=nil, smallletter=nil, bigletter=nil, digit=nil, symbol=nil, completenotify=nil, notifyemails=nil, filepassword=nil, type=nil, period=nil, firsttime=nil) @OperationId = operationid @DeviceIdSet = deviceidset @AccountSet = accountset @ModifyType = modifytype @ChangeMethod = changemethod @AuthGenerationStrategy = authgenerationstrategy @TaskName = taskname @DepartmentId = departmentid @RunAccount = runaccount @Password = password @PasswordLength = passwordlength @SmallLetter = smallletter @BigLetter = bigletter @Digit = digit @Symbol = symbol @CompleteNotify = completenotify @NotifyEmails = notifyemails @FilePassword = filepassword @Type = type @Period = period @FirstTime = firsttime end |
Instance Attribute Details
#AccountSet ⇒ Object
3566 3567 3568 |
# File 'lib/v20191018/models.rb', line 3566 def AccountSet @AccountSet end |
#AuthGenerationStrategy ⇒ Object
3566 3567 3568 |
# File 'lib/v20191018/models.rb', line 3566 def AuthGenerationStrategy @AuthGenerationStrategy end |
#BigLetter ⇒ Object
3566 3567 3568 |
# File 'lib/v20191018/models.rb', line 3566 def BigLetter @BigLetter end |
#ChangeMethod ⇒ Object
3566 3567 3568 |
# File 'lib/v20191018/models.rb', line 3566 def ChangeMethod @ChangeMethod end |
#CompleteNotify ⇒ Object
3566 3567 3568 |
# File 'lib/v20191018/models.rb', line 3566 def CompleteNotify @CompleteNotify end |
#DepartmentId ⇒ Object
3566 3567 3568 |
# File 'lib/v20191018/models.rb', line 3566 def DepartmentId @DepartmentId end |
#DeviceIdSet ⇒ Object
3566 3567 3568 |
# File 'lib/v20191018/models.rb', line 3566 def DeviceIdSet @DeviceIdSet end |
#Digit ⇒ Object
3566 3567 3568 |
# File 'lib/v20191018/models.rb', line 3566 def Digit @Digit end |
#FilePassword ⇒ Object
3566 3567 3568 |
# File 'lib/v20191018/models.rb', line 3566 def FilePassword @FilePassword end |
#FirstTime ⇒ Object
3566 3567 3568 |
# File 'lib/v20191018/models.rb', line 3566 def FirstTime @FirstTime end |
#ModifyType ⇒ Object
3566 3567 3568 |
# File 'lib/v20191018/models.rb', line 3566 def ModifyType @ModifyType end |
#NotifyEmails ⇒ Object
3566 3567 3568 |
# File 'lib/v20191018/models.rb', line 3566 def NotifyEmails @NotifyEmails end |
#OperationId ⇒ Object
3566 3567 3568 |
# File 'lib/v20191018/models.rb', line 3566 def OperationId @OperationId end |
#Password ⇒ Object
3566 3567 3568 |
# File 'lib/v20191018/models.rb', line 3566 def Password @Password end |
#PasswordLength ⇒ Object
3566 3567 3568 |
# File 'lib/v20191018/models.rb', line 3566 def PasswordLength @PasswordLength end |
#Period ⇒ Object
3566 3567 3568 |
# File 'lib/v20191018/models.rb', line 3566 def Period @Period end |
#RunAccount ⇒ Object
3566 3567 3568 |
# File 'lib/v20191018/models.rb', line 3566 def RunAccount @RunAccount end |
#SmallLetter ⇒ Object
3566 3567 3568 |
# File 'lib/v20191018/models.rb', line 3566 def SmallLetter @SmallLetter end |
#Symbol ⇒ Object
3566 3567 3568 |
# File 'lib/v20191018/models.rb', line 3566 def Symbol @Symbol end |
#TaskName ⇒ Object
3566 3567 3568 |
# File 'lib/v20191018/models.rb', line 3566 def TaskName @TaskName end |
#Type ⇒ Object
3566 3567 3568 |
# File 'lib/v20191018/models.rb', line 3566 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 |
# File 'lib/v20191018/models.rb', line 3592 def deserialize(params) @OperationId = params['OperationId'] @DeviceIdSet = params['DeviceIdSet'] @AccountSet = params['AccountSet'] @ModifyType = params['ModifyType'] @ChangeMethod = params['ChangeMethod'] @AuthGenerationStrategy = params['AuthGenerationStrategy'] @TaskName = params['TaskName'] @DepartmentId = params['DepartmentId'] @RunAccount = params['RunAccount'] @Password = params['Password'] @PasswordLength = params['PasswordLength'] @SmallLetter = params['SmallLetter'] @BigLetter = params['BigLetter'] @Digit = params['Digit'] @Symbol = params['Symbol'] @CompleteNotify = params['CompleteNotify'] @NotifyEmails = params['NotifyEmails'] @FilePassword = params['FilePassword'] @Type = params['Type'] @Period = params['Period'] @FirstTime = params['FirstTime'] end |