Class: TencentCloud::Apigateway::V20180808::DescribeServiceEnvironmentReleaseHistoryRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Apigateway::V20180808::DescribeServiceEnvironmentReleaseHistoryRequest
- Defined in:
- lib/v20180808/models.rb
Overview
DescribeServiceEnvironmentReleaseHistory请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(serviceid = nil, environmentname = nil, limit = nil, offset = nil) ⇒ DescribeServiceEnvironmentReleaseHistoryRequest
constructor
A new instance of DescribeServiceEnvironmentReleaseHistoryRequest.
Constructor Details
#initialize(serviceid = nil, environmentname = nil, limit = nil, offset = nil) ⇒ DescribeServiceEnvironmentReleaseHistoryRequest
Returns a new instance of DescribeServiceEnvironmentReleaseHistoryRequest.
5069 5070 5071 5072 5073 5074 |
# File 'lib/v20180808/models.rb', line 5069 def initialize(serviceid=nil, environmentname=nil, limit=nil, offset=nil) @ServiceId = serviceid @EnvironmentName = environmentname @Limit = limit @Offset = offset end |
Instance Attribute Details
#EnvironmentName ⇒ Object
5067 5068 5069 |
# File 'lib/v20180808/models.rb', line 5067 def EnvironmentName @EnvironmentName end |
#Limit ⇒ Object
5067 5068 5069 |
# File 'lib/v20180808/models.rb', line 5067 def Limit @Limit end |
#Offset ⇒ Object
5067 5068 5069 |
# File 'lib/v20180808/models.rb', line 5067 def Offset @Offset end |
#ServiceId ⇒ Object
5067 5068 5069 |
# File 'lib/v20180808/models.rb', line 5067 def ServiceId @ServiceId end |
Instance Method Details
#deserialize(params) ⇒ Object
5076 5077 5078 5079 5080 5081 |
# File 'lib/v20180808/models.rb', line 5076 def deserialize(params) @ServiceId = params['ServiceId'] @EnvironmentName = params['EnvironmentName'] @Limit = params['Limit'] @Offset = params['Offset'] end |