Class: TencentCloud::Apigateway::V20180808::ModifyApiEnvironmentStrategyRequest

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

Overview

ModifyApiEnvironmentStrategy请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(serviceid = nil, strategy = nil, environmentname = nil, apiids = nil) ⇒ ModifyApiEnvironmentStrategyRequest



7148
7149
7150
7151
7152
7153
# File 'lib/v20180808/models.rb', line 7148

def initialize(serviceid=nil, strategy=nil, environmentname=nil, apiids=nil)
  @ServiceId = serviceid
  @Strategy = strategy
  @EnvironmentName = environmentname
  @ApiIds = apiids
end

Instance Attribute Details

#ApiIdsObject



7146
7147
7148
# File 'lib/v20180808/models.rb', line 7146

def ApiIds
  @ApiIds
end

#EnvironmentNameObject



7146
7147
7148
# File 'lib/v20180808/models.rb', line 7146

def EnvironmentName
  @EnvironmentName
end

#ServiceIdObject



7146
7147
7148
# File 'lib/v20180808/models.rb', line 7146

def ServiceId
  @ServiceId
end

#StrategyObject



7146
7147
7148
# File 'lib/v20180808/models.rb', line 7146

def Strategy
  @Strategy
end

Instance Method Details

#deserialize(params) ⇒ Object



7155
7156
7157
7158
7159
7160
# File 'lib/v20180808/models.rb', line 7155

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