Class: TencentCloud::Wedata::V20210820::DescribeInstanceDetailInfoRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::DescribeInstanceDetailInfoRequest
- Defined in:
- lib/v20210820/models.rb
Overview
DescribeInstanceDetailInfo请求参数结构体
Instance Attribute Summary collapse
- #CurRunDate ⇒ Object
- #Dynamic ⇒ Object
- #LifeRound ⇒ Object
- #LifeRoundSize ⇒ Object
- #LifeRoundStartIndex ⇒ Object
- #ProjectId ⇒ Object
- #TaskId ⇒ Object
- #TotalLifeRound ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(taskid = nil, currundate = nil, projectid = nil, liferound = nil, liferoundstartindex = nil, liferoundsize = nil, totalliferound = nil, dynamic = nil) ⇒ DescribeInstanceDetailInfoRequest
constructor
A new instance of DescribeInstanceDetailInfoRequest.
Constructor Details
#initialize(taskid = nil, currundate = nil, projectid = nil, liferound = nil, liferoundstartindex = nil, liferoundsize = nil, totalliferound = nil, dynamic = nil) ⇒ DescribeInstanceDetailInfoRequest
Returns a new instance of DescribeInstanceDetailInfoRequest.
11053 11054 11055 11056 11057 11058 11059 11060 11061 11062 |
# File 'lib/v20210820/models.rb', line 11053 def initialize(taskid=nil, currundate=nil, projectid=nil, liferound=nil, liferoundstartindex=nil, liferoundsize=nil, totalliferound=nil, dynamic=nil) @TaskId = taskid @CurRunDate = currundate @ProjectId = projectid @LifeRound = liferound @LifeRoundStartIndex = liferoundstartindex @LifeRoundSize = liferoundsize @TotalLifeRound = totalliferound @Dynamic = dynamic end |
Instance Attribute Details
#CurRunDate ⇒ Object
11051 11052 11053 |
# File 'lib/v20210820/models.rb', line 11051 def CurRunDate @CurRunDate end |
#Dynamic ⇒ Object
11051 11052 11053 |
# File 'lib/v20210820/models.rb', line 11051 def Dynamic @Dynamic end |
#LifeRound ⇒ Object
11051 11052 11053 |
# File 'lib/v20210820/models.rb', line 11051 def LifeRound @LifeRound end |
#LifeRoundSize ⇒ Object
11051 11052 11053 |
# File 'lib/v20210820/models.rb', line 11051 def LifeRoundSize @LifeRoundSize end |
#LifeRoundStartIndex ⇒ Object
11051 11052 11053 |
# File 'lib/v20210820/models.rb', line 11051 def LifeRoundStartIndex @LifeRoundStartIndex end |
#ProjectId ⇒ Object
11051 11052 11053 |
# File 'lib/v20210820/models.rb', line 11051 def ProjectId @ProjectId end |
#TaskId ⇒ Object
11051 11052 11053 |
# File 'lib/v20210820/models.rb', line 11051 def TaskId @TaskId end |
#TotalLifeRound ⇒ Object
11051 11052 11053 |
# File 'lib/v20210820/models.rb', line 11051 def TotalLifeRound @TotalLifeRound end |
Instance Method Details
#deserialize(params) ⇒ Object
11064 11065 11066 11067 11068 11069 11070 11071 11072 11073 |
# File 'lib/v20210820/models.rb', line 11064 def deserialize(params) @TaskId = params['TaskId'] @CurRunDate = params['CurRunDate'] @ProjectId = params['ProjectId'] @LifeRound = params['LifeRound'] @LifeRoundStartIndex = params['LifeRoundStartIndex'] @LifeRoundSize = params['LifeRoundSize'] @TotalLifeRound = params['TotalLifeRound'] @Dynamic = params['Dynamic'] end |