Class: TencentCloud::Tione::V20211111::CreateExportRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tione::V20211111::CreateExportRequest
- Defined in:
- lib/v20211111/models.rb
Overview
CreateExport请求参数结构体
Instance Attribute Summary collapse
- #EndTime ⇒ Object
- #Format ⇒ Object
- #InstanceId ⇒ Object
- #InstanceType ⇒ Object
- #JobCategory ⇒ Object
- #PodName ⇒ Object
- #Service ⇒ Object
- #ServiceId ⇒ Object
- #StartTime ⇒ Object
- #Type ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(service = nil, serviceid = nil, starttime = nil, endtime = nil, format = nil, podname = nil, jobcategory = nil, instancetype = nil, instanceid = nil, type = nil) ⇒ CreateExportRequest
constructor
A new instance of CreateExportRequest.
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
#EndTime ⇒ Object
588 589 590 |
# File 'lib/v20211111/models.rb', line 588 def EndTime @EndTime end |
#Format ⇒ Object
588 589 590 |
# File 'lib/v20211111/models.rb', line 588 def Format @Format end |
#InstanceId ⇒ Object
588 589 590 |
# File 'lib/v20211111/models.rb', line 588 def InstanceId @InstanceId end |
#InstanceType ⇒ Object
588 589 590 |
# File 'lib/v20211111/models.rb', line 588 def InstanceType @InstanceType end |
#JobCategory ⇒ Object
588 589 590 |
# File 'lib/v20211111/models.rb', line 588 def JobCategory @JobCategory end |
#PodName ⇒ Object
588 589 590 |
# File 'lib/v20211111/models.rb', line 588 def PodName @PodName end |
#Service ⇒ Object
588 589 590 |
# File 'lib/v20211111/models.rb', line 588 def Service @Service end |
#ServiceId ⇒ Object
588 589 590 |
# File 'lib/v20211111/models.rb', line 588 def ServiceId @ServiceId end |
#StartTime ⇒ Object
588 589 590 |
# File 'lib/v20211111/models.rb', line 588 def StartTime @StartTime end |
#Type ⇒ Object
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 |