Class: TencentCloud::Apigateway::V20180808::UnBindEnvironmentRequest

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

Overview

UnBindEnvironment请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(bindtype = nil, usageplanids = nil, environment = nil, serviceid = nil, apiids = nil) ⇒ UnBindEnvironmentRequest



9133
9134
9135
9136
9137
9138
9139
# File 'lib/v20180808/models.rb', line 9133

def initialize(bindtype=nil, usageplanids=nil, environment=nil, serviceid=nil, apiids=nil)
  @BindType = bindtype
  @UsagePlanIds = usageplanids
  @Environment = environment
  @ServiceId = serviceid
  @ApiIds = apiids
end

Instance Attribute Details

#ApiIdsObject



9131
9132
9133
# File 'lib/v20180808/models.rb', line 9131

def ApiIds
  @ApiIds
end

#BindTypeObject



9131
9132
9133
# File 'lib/v20180808/models.rb', line 9131

def BindType
  @BindType
end

#EnvironmentObject



9131
9132
9133
# File 'lib/v20180808/models.rb', line 9131

def Environment
  @Environment
end

#ServiceIdObject



9131
9132
9133
# File 'lib/v20180808/models.rb', line 9131

def ServiceId
  @ServiceId
end

#UsagePlanIdsObject



9131
9132
9133
# File 'lib/v20180808/models.rb', line 9131

def UsagePlanIds
  @UsagePlanIds
end

Instance Method Details

#deserialize(params) ⇒ Object



9141
9142
9143
9144
9145
9146
9147
# File 'lib/v20180808/models.rb', line 9141

def deserialize(params)
  @BindType = params['BindType']
  @UsagePlanIds = params['UsagePlanIds']
  @Environment = params['Environment']
  @ServiceId = params['ServiceId']
  @ApiIds = params['ApiIds']
end