Class: TencentCloud::Emr::V20190103::DescribeServiceConfGroupInfosRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Emr::V20190103::DescribeServiceConfGroupInfosRequest
- Defined in:
- lib/v20190103/models.rb
Overview
DescribeServiceConfGroupInfos请求参数结构体
Instance Attribute Summary collapse
- #ConfGroupName ⇒ Object
- #InstanceId ⇒ Object
- #PageNo ⇒ Object
- #PageSize ⇒ Object
- #ServiceName ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, servicename = nil, confgroupname = nil, pageno = nil, pagesize = nil) ⇒ DescribeServiceConfGroupInfosRequest
constructor
A new instance of DescribeServiceConfGroupInfosRequest.
Constructor Details
#initialize(instanceid = nil, servicename = nil, confgroupname = nil, pageno = nil, pagesize = nil) ⇒ DescribeServiceConfGroupInfosRequest
Returns a new instance of DescribeServiceConfGroupInfosRequest.
5351 5352 5353 5354 5355 5356 5357 |
# File 'lib/v20190103/models.rb', line 5351 def initialize(instanceid=nil, servicename=nil, confgroupname=nil, pageno=nil, pagesize=nil) @InstanceId = instanceid @ServiceName = servicename @ConfGroupName = confgroupname @PageNo = pageno @PageSize = pagesize end |
Instance Attribute Details
#ConfGroupName ⇒ Object
5349 5350 5351 |
# File 'lib/v20190103/models.rb', line 5349 def ConfGroupName @ConfGroupName end |
#InstanceId ⇒ Object
5349 5350 5351 |
# File 'lib/v20190103/models.rb', line 5349 def InstanceId @InstanceId end |
#PageNo ⇒ Object
5349 5350 5351 |
# File 'lib/v20190103/models.rb', line 5349 def PageNo @PageNo end |
#PageSize ⇒ Object
5349 5350 5351 |
# File 'lib/v20190103/models.rb', line 5349 def PageSize @PageSize end |
#ServiceName ⇒ Object
5349 5350 5351 |
# File 'lib/v20190103/models.rb', line 5349 def ServiceName @ServiceName end |
Instance Method Details
#deserialize(params) ⇒ Object
5359 5360 5361 5362 5363 5364 5365 |
# File 'lib/v20190103/models.rb', line 5359 def deserialize(params) @InstanceId = params['InstanceId'] @ServiceName = params['ServiceName'] @ConfGroupName = params['ConfGroupName'] @PageNo = params['PageNo'] @PageSize = params['PageSize'] end |