Class: TencentCloud::Cwp::V20180228::HistoryAccount
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::HistoryAccount
- Defined in:
- lib/v20180228/models.rb
Overview
账号变更历史数据。
Instance Attribute Summary collapse
-
#Id ⇒ Object
- CREATE:表示新增账号
- MODIFY:表示修改账号
- DELETE:表示删除账号
. -
#MachineIp ⇒ Object
- CREATE:表示新增账号
- MODIFY:表示修改账号
- DELETE:表示删除账号
. -
#MachineName ⇒ Object
- CREATE:表示新增账号
- MODIFY:表示修改账号
- DELETE:表示删除账号
. -
#ModifyTime ⇒ Object
- CREATE:表示新增账号
- MODIFY:表示修改账号
- DELETE:表示删除账号
. -
#ModifyType ⇒ Object
- CREATE:表示新增账号
- MODIFY:表示修改账号
- DELETE:表示删除账号
. -
#Username ⇒ Object
- CREATE:表示新增账号
- MODIFY:表示修改账号
- DELETE:表示删除账号
. -
#Uuid ⇒ Object
- CREATE:表示新增账号
- MODIFY:表示修改账号
- DELETE:表示删除账号
.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, uuid = nil, machineip = nil, machinename = nil, username = nil, modifytype = nil, modifytime = nil) ⇒ HistoryAccount
constructor
A new instance of HistoryAccount.
Constructor Details
#initialize(id = nil, uuid = nil, machineip = nil, machinename = nil, username = nil, modifytype = nil, modifytime = nil) ⇒ HistoryAccount
Returns a new instance of HistoryAccount.
29437 29438 29439 29440 29441 29442 29443 29444 29445 |
# File 'lib/v20180228/models.rb', line 29437 def initialize(id=nil, uuid=nil, machineip=nil, machinename=nil, username=nil, modifytype=nil, modifytime=nil) @Id = id @Uuid = uuid @MachineIp = machineip @MachineName = machinename @Username = username @ModifyType = modifytype @ModifyTime = modifytime end |
Instance Attribute Details
#Id ⇒ Object
29435 29436 29437 |
# File 'lib/v20180228/models.rb', line 29435 def Id @Id end |
#MachineIp ⇒ Object
29435 29436 29437 |
# File 'lib/v20180228/models.rb', line 29435 def MachineIp @MachineIp end |
#MachineName ⇒ Object
29435 29436 29437 |
# File 'lib/v20180228/models.rb', line 29435 def MachineName @MachineName end |
#ModifyTime ⇒ Object
29435 29436 29437 |
# File 'lib/v20180228/models.rb', line 29435 def ModifyTime @ModifyTime end |
#ModifyType ⇒ Object
29435 29436 29437 |
# File 'lib/v20180228/models.rb', line 29435 def ModifyType @ModifyType end |
#Username ⇒ Object
29435 29436 29437 |
# File 'lib/v20180228/models.rb', line 29435 def Username @Username end |
#Uuid ⇒ Object
29435 29436 29437 |
# File 'lib/v20180228/models.rb', line 29435 def Uuid @Uuid end |
Instance Method Details
#deserialize(params) ⇒ Object
29447 29448 29449 29450 29451 29452 29453 29454 29455 |
# File 'lib/v20180228/models.rb', line 29447 def deserialize(params) @Id = params['Id'] @Uuid = params['Uuid'] @MachineIp = params['MachineIp'] @MachineName = params['MachineName'] @Username = params['Username'] @ModifyType = params['ModifyType'] @ModifyTime = params['ModifyTime'] end |