Class: TencentCloud::Waf::V20180125::ProductInfo

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

Overview

waf产品

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, value = nil) ⇒ ProductInfo

Returns a new instance of ProductInfo.



17458
17459
17460
17461
# File 'lib/v20180125/models.rb', line 17458

def initialize(name=nil, value=nil)
  @Name = name
  @Value = value
end

Instance Attribute Details

#NameObject

Parameters:

  • Name:

    产品名称

  • Value:

    版本



17456
17457
17458
# File 'lib/v20180125/models.rb', line 17456

def Name
  @Name
end

#ValueObject

Parameters:

  • Name:

    产品名称

  • Value:

    版本



17456
17457
17458
# File 'lib/v20180125/models.rb', line 17456

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



17463
17464
17465
17466
# File 'lib/v20180125/models.rb', line 17463

def deserialize(params)
  @Name = params['Name']
  @Value = params['Value']
end