Class: TencentCloud::Apigateway::V20180808::ModifyServiceEnvironmentStrategyRequest

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

Overview

ModifyServiceEnvironmentStrategy请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(serviceid = nil, strategy = nil, environmentnames = nil) ⇒ ModifyServiceEnvironmentStrategyRequest



7705
7706
7707
7708
7709
# File 'lib/v20180808/models.rb', line 7705

def initialize(serviceid=nil, strategy=nil, environmentnames=nil)
  @ServiceId = serviceid
  @Strategy = strategy
  @EnvironmentNames = environmentnames
end

Instance Attribute Details

#EnvironmentNamesObject



7703
7704
7705
# File 'lib/v20180808/models.rb', line 7703

def EnvironmentNames
  @EnvironmentNames
end

#ServiceIdObject



7703
7704
7705
# File 'lib/v20180808/models.rb', line 7703

def ServiceId
  @ServiceId
end

#StrategyObject



7703
7704
7705
# File 'lib/v20180808/models.rb', line 7703

def Strategy
  @Strategy
end

Instance Method Details

#deserialize(params) ⇒ Object



7711
7712
7713
7714
7715
# File 'lib/v20180808/models.rb', line 7711

def deserialize(params)
  @ServiceId = params['ServiceId']
  @Strategy = params['Strategy']
  @EnvironmentNames = params['EnvironmentNames']
end