Class: TencentCloud::Emr::V20190103::DescribeInsightListRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Emr::V20190103::DescribeInsightListRequest
- Defined in:
- lib/v20190103/models.rb
Overview
DescribeInsightList请求参数结构体
Instance Attribute Summary collapse
- #EndTime ⇒ Object
- #InstanceId ⇒ Object
- #MustHasContext ⇒ Object
- #Page ⇒ Object
- #PageSize ⇒ Object
- #StartTime ⇒ Object
- #Type ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, starttime = nil, endtime = nil, pagesize = nil, page = nil, type = nil, musthascontext = nil) ⇒ DescribeInsightListRequest
constructor
A new instance of DescribeInsightListRequest.
Constructor Details
#initialize(instanceid = nil, starttime = nil, endtime = nil, pagesize = nil, page = nil, type = nil, musthascontext = nil) ⇒ DescribeInsightListRequest
Returns a new instance of DescribeInsightListRequest.
4139 4140 4141 4142 4143 4144 4145 4146 4147 |
# File 'lib/v20190103/models.rb', line 4139 def initialize(instanceid=nil, starttime=nil, endtime=nil, pagesize=nil, page=nil, type=nil, musthascontext=nil) @InstanceId = instanceid @StartTime = starttime @EndTime = endtime @PageSize = pagesize @Page = page @Type = type @MustHasContext = musthascontext end |
Instance Attribute Details
#EndTime ⇒ Object
4137 4138 4139 |
# File 'lib/v20190103/models.rb', line 4137 def EndTime @EndTime end |
#InstanceId ⇒ Object
4137 4138 4139 |
# File 'lib/v20190103/models.rb', line 4137 def InstanceId @InstanceId end |
#MustHasContext ⇒ Object
4137 4138 4139 |
# File 'lib/v20190103/models.rb', line 4137 def MustHasContext @MustHasContext end |
#Page ⇒ Object
4137 4138 4139 |
# File 'lib/v20190103/models.rb', line 4137 def Page @Page end |
#PageSize ⇒ Object
4137 4138 4139 |
# File 'lib/v20190103/models.rb', line 4137 def PageSize @PageSize end |
#StartTime ⇒ Object
4137 4138 4139 |
# File 'lib/v20190103/models.rb', line 4137 def StartTime @StartTime end |
#Type ⇒ Object
4137 4138 4139 |
# File 'lib/v20190103/models.rb', line 4137 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
4149 4150 4151 4152 4153 4154 4155 4156 4157 |
# File 'lib/v20190103/models.rb', line 4149 def deserialize(params) @InstanceId = params['InstanceId'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @PageSize = params['PageSize'] @Page = params['Page'] @Type = params['Type'] @MustHasContext = params['MustHasContext'] end |