Class: TencentCloud::Keewidb::V20220308::InstanceTextParam

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

Overview

实例字符型参数描述

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(paramname = nil, valuetype = nil, needrestart = nil, defaultvalue = nil, currentvalue = nil, tips = nil, textvalue = nil, status = nil) ⇒ InstanceTextParam



2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
# File 'lib/v20220308/models.rb', line 2305

def initialize(paramname=nil, valuetype=nil, needrestart=nil, defaultvalue=nil, currentvalue=nil, tips=nil, textvalue=nil, status=nil)
  @ParamName = paramname
  @ValueType = valuetype
  @NeedRestart = needrestart
  @DefaultValue = defaultvalue
  @CurrentValue = currentvalue
  @Tips = tips
  @TextValue = textvalue
  @Status = status
end

Instance Attribute Details

#CurrentValueObject



2303
2304
2305
# File 'lib/v20220308/models.rb', line 2303

def CurrentValue
  @CurrentValue
end

#DefaultValueObject



2303
2304
2305
# File 'lib/v20220308/models.rb', line 2303

def DefaultValue
  @DefaultValue
end

#NeedRestartObject



2303
2304
2305
# File 'lib/v20220308/models.rb', line 2303

def NeedRestart
  @NeedRestart
end

#ParamNameObject



2303
2304
2305
# File 'lib/v20220308/models.rb', line 2303

def ParamName
  @ParamName
end

#StatusObject



2303
2304
2305
# File 'lib/v20220308/models.rb', line 2303

def Status
  @Status
end

#TextValueObject



2303
2304
2305
# File 'lib/v20220308/models.rb', line 2303

def TextValue
  @TextValue
end

#TipsObject



2303
2304
2305
# File 'lib/v20220308/models.rb', line 2303

def Tips
  @Tips
end

#ValueTypeObject



2303
2304
2305
# File 'lib/v20220308/models.rb', line 2303

def ValueType
  @ValueType
end

Instance Method Details

#deserialize(params) ⇒ Object



2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
# File 'lib/v20220308/models.rb', line 2316

def deserialize(params)
  @ParamName = params['ParamName']
  @ValueType = params['ValueType']
  @NeedRestart = params['NeedRestart']
  @DefaultValue = params['DefaultValue']
  @CurrentValue = params['CurrentValue']
  @Tips = params['Tips']
  @TextValue = params['TextValue']
  @Status = params['Status']
end