Class: TencentCloud::Apigateway::V20180808::DescribePluginsByApiRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Apigateway::V20180808::DescribePluginsByApiRequest
- Defined in:
- lib/v20180808/models.rb
Overview
DescribePluginsByApi请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(apiid = nil, serviceid = nil, environmentname = nil, limit = nil, offset = nil) ⇒ DescribePluginsByApiRequest
constructor
A new instance of DescribePluginsByApiRequest.
Constructor Details
#initialize(apiid = nil, serviceid = nil, environmentname = nil, limit = nil, offset = nil) ⇒ DescribePluginsByApiRequest
Returns a new instance of DescribePluginsByApiRequest.
4902 4903 4904 4905 4906 4907 4908 |
# File 'lib/v20180808/models.rb', line 4902 def initialize(apiid=nil, serviceid=nil, environmentname=nil, limit=nil, offset=nil) @ApiId = apiid @ServiceId = serviceid @EnvironmentName = environmentname @Limit = limit @Offset = offset end |
Instance Attribute Details
#ApiId ⇒ Object
4900 4901 4902 |
# File 'lib/v20180808/models.rb', line 4900 def ApiId @ApiId end |
#EnvironmentName ⇒ Object
4900 4901 4902 |
# File 'lib/v20180808/models.rb', line 4900 def EnvironmentName @EnvironmentName end |
#Limit ⇒ Object
4900 4901 4902 |
# File 'lib/v20180808/models.rb', line 4900 def Limit @Limit end |
#Offset ⇒ Object
4900 4901 4902 |
# File 'lib/v20180808/models.rb', line 4900 def Offset @Offset end |
#ServiceId ⇒ Object
4900 4901 4902 |
# File 'lib/v20180808/models.rb', line 4900 def ServiceId @ServiceId end |
Instance Method Details
#deserialize(params) ⇒ Object
4910 4911 4912 4913 4914 4915 4916 |
# File 'lib/v20180808/models.rb', line 4910 def deserialize(params) @ApiId = params['ApiId'] @ServiceId = params['ServiceId'] @EnvironmentName = params['EnvironmentName'] @Limit = params['Limit'] @Offset = params['Offset'] end |