Class: TencentCloud::Chc::V20230418::CreateNetDeviceModelResponse

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20230418/models.rb

Overview

CreateNetDeviceModel返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(devmodel = nil, version = nil, requestid = nil) ⇒ CreateNetDeviceModelResponse



384
385
386
387
388
# File 'lib/v20230418/models.rb', line 384

def initialize(devmodel=nil, version=nil, requestid=nil)
  @DevModel = devmodel
  @Version = version
  @RequestId = requestid
end

Instance Attribute Details

#DevModelObject



382
383
384
# File 'lib/v20230418/models.rb', line 382

def DevModel
  @DevModel
end

#RequestIdObject



382
383
384
# File 'lib/v20230418/models.rb', line 382

def RequestId
  @RequestId
end

#VersionObject



382
383
384
# File 'lib/v20230418/models.rb', line 382

def Version
  @Version
end

Instance Method Details

#deserialize(params) ⇒ Object



390
391
392
393
394
# File 'lib/v20230418/models.rb', line 390

def deserialize(params)
  @DevModel = params['DevModel']
  @Version = params['Version']
  @RequestId = params['RequestId']
end