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.
10987 10988 10989 10990 10991 10992 10993 10994 10995 10996 |
# File 'lib/v20210820/models.rb', line 10987 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
10985 10986 10987 |
# File 'lib/v20210820/models.rb', line 10985 def CurRunDate @CurRunDate end |
#Dynamic ⇒ Object
10985 10986 10987 |
# File 'lib/v20210820/models.rb', line 10985 def Dynamic @Dynamic end |
#LifeRound ⇒ Object
10985 10986 10987 |
# File 'lib/v20210820/models.rb', line 10985 def LifeRound @LifeRound end |
#LifeRoundSize ⇒ Object
10985 10986 10987 |
# File 'lib/v20210820/models.rb', line 10985 def LifeRoundSize @LifeRoundSize end |
#LifeRoundStartIndex ⇒ Object
10985 10986 10987 |
# File 'lib/v20210820/models.rb', line 10985 def LifeRoundStartIndex @LifeRoundStartIndex end |
#ProjectId ⇒ Object
10985 10986 10987 |
# File 'lib/v20210820/models.rb', line 10985 def ProjectId @ProjectId end |
#TaskId ⇒ Object
10985 10986 10987 |
# File 'lib/v20210820/models.rb', line 10985 def TaskId @TaskId end |
#TotalLifeRound ⇒ Object
10985 10986 10987 |
# File 'lib/v20210820/models.rb', line 10985 def TotalLifeRound @TotalLifeRound end |
Instance Method Details
#deserialize(params) ⇒ Object
10998 10999 11000 11001 11002 11003 11004 11005 11006 11007 |
# File 'lib/v20210820/models.rb', line 10998 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 |