Class: TencentCloud::Tione::V20211111::CreateExportRequest

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

Overview

CreateExport请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(service = nil, serviceid = nil, starttime = nil, endtime = nil, format = nil, podname = nil, jobcategory = nil, instancetype = nil, instanceid = nil, type = nil) ⇒ CreateExportRequest



590
591
592
593
594
595
596
597
598
599
600
601
# File 'lib/v20211111/models.rb', line 590

def initialize(service=nil, serviceid=nil, starttime=nil, endtime=nil, format=nil, podname=nil, jobcategory=nil, instancetype=nil, instanceid=nil, type=nil)
  @Service = service
  @ServiceId = serviceid
  @StartTime = starttime
  @EndTime = endtime
  @Format = format
  @PodName = podname
  @JobCategory = jobcategory
  @InstanceType = instancetype
  @InstanceId = instanceid
  @Type = type
end

Instance Attribute Details

#EndTimeObject



588
589
590
# File 'lib/v20211111/models.rb', line 588

def EndTime
  @EndTime
end

#FormatObject



588
589
590
# File 'lib/v20211111/models.rb', line 588

def Format
  @Format
end

#InstanceIdObject



588
589
590
# File 'lib/v20211111/models.rb', line 588

def InstanceId
  @InstanceId
end

#InstanceTypeObject



588
589
590
# File 'lib/v20211111/models.rb', line 588

def InstanceType
  @InstanceType
end

#JobCategoryObject



588
589
590
# File 'lib/v20211111/models.rb', line 588

def JobCategory
  @JobCategory
end

#PodNameObject



588
589
590
# File 'lib/v20211111/models.rb', line 588

def PodName
  @PodName
end

#ServiceObject



588
589
590
# File 'lib/v20211111/models.rb', line 588

def Service
  @Service
end

#ServiceIdObject



588
589
590
# File 'lib/v20211111/models.rb', line 588

def ServiceId
  @ServiceId
end

#StartTimeObject



588
589
590
# File 'lib/v20211111/models.rb', line 588

def StartTime
  @StartTime
end

#TypeObject



588
589
590
# File 'lib/v20211111/models.rb', line 588

def Type
  @Type
end

Instance Method Details

#deserialize(params) ⇒ Object



603
604
605
606
607
608
609
610
611
612
613
614
# File 'lib/v20211111/models.rb', line 603

def deserialize(params)
  @Service = params['Service']
  @ServiceId = params['ServiceId']
  @StartTime = params['StartTime']
  @EndTime = params['EndTime']
  @Format = params['Format']
  @PodName = params['PodName']
  @JobCategory = params['JobCategory']
  @InstanceType = params['InstanceType']
  @InstanceId = params['InstanceId']
  @Type = params['Type']
end