Class: TencentCloud::Dbbrain::V20210527::DescribeDBDiagReportTasksRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20210527/models.rb

Overview

DescribeDBDiagReportTasks请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(starttime = nil, endtime = nil, instanceids = nil, sources = nil, healthlevels = nil, taskstatuses = nil, offset = nil, limit = nil, product = nil) ⇒ DescribeDBDiagReportTasksRequest



2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
# File 'lib/v20210527/models.rb', line 2455

def initialize(starttime=nil, endtime=nil, instanceids=nil, sources=nil, healthlevels=nil, taskstatuses=nil, offset=nil, limit=nil, product=nil)
  @StartTime = starttime
  @EndTime = endtime
  @InstanceIds = instanceids
  @Sources = sources
  @HealthLevels = healthlevels
  @TaskStatuses = taskstatuses
  @Offset = offset
  @Limit = limit
  @Product = product
end

Instance Attribute Details

#EndTimeObject



2453
2454
2455
# File 'lib/v20210527/models.rb', line 2453

def EndTime
  @EndTime
end

#HealthLevelsObject



2453
2454
2455
# File 'lib/v20210527/models.rb', line 2453

def HealthLevels
  @HealthLevels
end

#InstanceIdsObject



2453
2454
2455
# File 'lib/v20210527/models.rb', line 2453

def InstanceIds
  @InstanceIds
end

#LimitObject



2453
2454
2455
# File 'lib/v20210527/models.rb', line 2453

def Limit
  @Limit
end

#OffsetObject



2453
2454
2455
# File 'lib/v20210527/models.rb', line 2453

def Offset
  @Offset
end

#ProductObject



2453
2454
2455
# File 'lib/v20210527/models.rb', line 2453

def Product
  @Product
end

#SourcesObject



2453
2454
2455
# File 'lib/v20210527/models.rb', line 2453

def Sources
  @Sources
end

#StartTimeObject



2453
2454
2455
# File 'lib/v20210527/models.rb', line 2453

def StartTime
  @StartTime
end

#TaskStatusesObject



2453
2454
2455
# File 'lib/v20210527/models.rb', line 2453

def TaskStatuses
  @TaskStatuses
end

Instance Method Details

#deserialize(params) ⇒ Object



2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
# File 'lib/v20210527/models.rb', line 2467

def deserialize(params)
  @StartTime = params['StartTime']
  @EndTime = params['EndTime']
  @InstanceIds = params['InstanceIds']
  @Sources = params['Sources']
  @HealthLevels = params['HealthLevels']
  @TaskStatuses = params['TaskStatuses']
  @Offset = params['Offset']
  @Limit = params['Limit']
  @Product = params['Product']
end