Class: TencentCloud::Bm::V20180423::UserCmd
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bm::V20180423::UserCmd
- Defined in:
- lib/v20180423/models.rb
Overview
脚本信息
Instance Attribute Summary collapse
- #Alias ⇒ Object
- #AppId ⇒ Object
- #AutoId ⇒ Object
- #CmdId ⇒ Object
- #Content ⇒ Object
- #CreateTime ⇒ Object
- #ModifyTime ⇒ Object
- #OsType ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(_alias = nil, appid = nil, autoid = nil, cmdid = nil, content = nil, createtime = nil, modifytime = nil, ostype = nil) ⇒ UserCmd
constructor
A new instance of UserCmd.
Constructor Details
#initialize(_alias = nil, appid = nil, autoid = nil, cmdid = nil, content = nil, createtime = nil, modifytime = nil, ostype = nil) ⇒ UserCmd
Returns a new instance of UserCmd.
4121 4122 4123 4124 4125 4126 4127 4128 4129 4130 |
# File 'lib/v20180423/models.rb', line 4121 def initialize(_alias=nil, appid=nil, autoid=nil, cmdid=nil, content=nil, createtime=nil, modifytime=nil, ostype=nil) @Alias = _alias @AppId = appid @AutoId = autoid @CmdId = cmdid @Content = content @CreateTime = createtime @ModifyTime = modifytime @OsType = ostype end |
Instance Attribute Details
#Alias ⇒ Object
4119 4120 4121 |
# File 'lib/v20180423/models.rb', line 4119 def Alias @Alias end |
#AppId ⇒ Object
4119 4120 4121 |
# File 'lib/v20180423/models.rb', line 4119 def AppId @AppId end |
#AutoId ⇒ Object
4119 4120 4121 |
# File 'lib/v20180423/models.rb', line 4119 def AutoId @AutoId end |
#CmdId ⇒ Object
4119 4120 4121 |
# File 'lib/v20180423/models.rb', line 4119 def CmdId @CmdId end |
#Content ⇒ Object
4119 4120 4121 |
# File 'lib/v20180423/models.rb', line 4119 def Content @Content end |
#CreateTime ⇒ Object
4119 4120 4121 |
# File 'lib/v20180423/models.rb', line 4119 def CreateTime @CreateTime end |
#ModifyTime ⇒ Object
4119 4120 4121 |
# File 'lib/v20180423/models.rb', line 4119 def ModifyTime @ModifyTime end |
#OsType ⇒ Object
4119 4120 4121 |
# File 'lib/v20180423/models.rb', line 4119 def OsType @OsType end |
Instance Method Details
#deserialize(params) ⇒ Object
4132 4133 4134 4135 4136 4137 4138 4139 4140 4141 |
# File 'lib/v20180423/models.rb', line 4132 def deserialize(params) @Alias = params['Alias'] @AppId = params['AppId'] @AutoId = params['AutoId'] @CmdId = params['CmdId'] @Content = params['Content'] @CreateTime = params['CreateTime'] @ModifyTime = params['ModifyTime'] @OsType = params['OsType'] end |