Class: TencentCloud::Apigateway::V20180808::InstanceParameterInput

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

Overview

独享实例参数信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InstanceParameterInput.



6856
6857
6858
6859
# File 'lib/v20180808/models.rb', line 6856

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

Instance Attribute Details

#NameObject

Parameters:

  • Name:

    ServiceRequestNumPreSec,ApiRequestNumPreSec

  • Value:

    参数值



6854
6855
6856
# File 'lib/v20180808/models.rb', line 6854

def Name
  @Name
end

#ValueObject

Parameters:

  • Name:

    ServiceRequestNumPreSec,ApiRequestNumPreSec

  • Value:

    参数值



6854
6855
6856
# File 'lib/v20180808/models.rb', line 6854

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



6861
6862
6863
6864
# File 'lib/v20180808/models.rb', line 6861

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