Class: TencentCloud::Apigateway::V20180808::AttachedPluginInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Apigateway::V20180808::AttachedPluginInfo
- Defined in:
- lib/v20180808/models.rb
Overview
已绑定的插件信息。
Instance Attribute Summary collapse
- #AttachedTime ⇒ Object
- #Description ⇒ Object
- #Environment ⇒ Object
- #PluginData ⇒ Object
- #PluginId ⇒ Object
- #PluginName ⇒ Object
- #PluginType ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(pluginid = nil, environment = nil, attachedtime = nil, pluginname = nil, plugintype = nil, description = nil, plugindata = nil) ⇒ AttachedPluginInfo
constructor
A new instance of AttachedPluginInfo.
Constructor Details
#initialize(pluginid = nil, environment = nil, attachedtime = nil, pluginname = nil, plugintype = nil, description = nil, plugindata = nil) ⇒ AttachedPluginInfo
1231 1232 1233 1234 1235 1236 1237 1238 1239 |
# File 'lib/v20180808/models.rb', line 1231 def initialize(pluginid=nil, environment=nil, attachedtime=nil, pluginname=nil, plugintype=nil, description=nil, plugindata=nil) @PluginId = pluginid @Environment = environment @AttachedTime = attachedtime @PluginName = pluginname @PluginType = plugintype @Description = description @PluginData = plugindata end |
Instance Attribute Details
#AttachedTime ⇒ Object
1229 1230 1231 |
# File 'lib/v20180808/models.rb', line 1229 def AttachedTime @AttachedTime end |
#Description ⇒ Object
1229 1230 1231 |
# File 'lib/v20180808/models.rb', line 1229 def Description @Description end |
#Environment ⇒ Object
1229 1230 1231 |
# File 'lib/v20180808/models.rb', line 1229 def Environment @Environment end |
#PluginData ⇒ Object
1229 1230 1231 |
# File 'lib/v20180808/models.rb', line 1229 def PluginData @PluginData end |
#PluginId ⇒ Object
1229 1230 1231 |
# File 'lib/v20180808/models.rb', line 1229 def PluginId @PluginId end |
#PluginName ⇒ Object
1229 1230 1231 |
# File 'lib/v20180808/models.rb', line 1229 def PluginName @PluginName end |
#PluginType ⇒ Object
1229 1230 1231 |
# File 'lib/v20180808/models.rb', line 1229 def PluginType @PluginType end |
Instance Method Details
#deserialize(params) ⇒ Object
1241 1242 1243 1244 1245 1246 1247 1248 1249 |
# File 'lib/v20180808/models.rb', line 1241 def deserialize(params) @PluginId = params['PluginId'] @Environment = params['Environment'] @AttachedTime = params['AttachedTime'] @PluginName = params['PluginName'] @PluginType = params['PluginType'] @Description = params['Description'] @PluginData = params['PluginData'] end |