Class: TencentCloud::Tat::V20201028::Invocation
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tat::V20201028::Invocation
- Defined in:
- lib/v20201028/models.rb
Overview
执行活动详情。
Instance Attribute Summary collapse
-
#CommandContent ⇒ Object
- USER:来源于用户调用。 - INVOKER:来源于定时执行。.
-
#CommandId ⇒ Object
- USER:来源于用户调用。 - INVOKER:来源于定时执行。.
-
#CommandName ⇒ Object
- USER:来源于用户调用。 - INVOKER:来源于定时执行。.
-
#CommandType ⇒ Object
- USER:来源于用户调用。 - INVOKER:来源于定时执行。.
-
#CreatedTime ⇒ Object
- USER:来源于用户调用。 - INVOKER:来源于定时执行。.
-
#DefaultParameters ⇒ Object
- USER:来源于用户调用。 - INVOKER:来源于定时执行。.
-
#Description ⇒ Object
- USER:来源于用户调用。 - INVOKER:来源于定时执行。.
-
#EndTime ⇒ Object
- USER:来源于用户调用。 - INVOKER:来源于定时执行。.
-
#InstanceKind ⇒ Object
- USER:来源于用户调用。 - INVOKER:来源于定时执行。.
-
#InvocationId ⇒ Object
- USER:来源于用户调用。 - INVOKER:来源于定时执行。.
-
#InvocationSource ⇒ Object
- USER:来源于用户调用。 - INVOKER:来源于定时执行。.
-
#InvocationStatus ⇒ Object
- USER:来源于用户调用。 - INVOKER:来源于定时执行。.
-
#InvocationTaskBasicInfoSet ⇒ Object
- USER:来源于用户调用。 - INVOKER:来源于定时执行。.
-
#OutputCOSBucketUrl ⇒ Object
- USER:来源于用户调用。 - INVOKER:来源于定时执行。.
-
#OutputCOSKeyPrefix ⇒ Object
- USER:来源于用户调用。 - INVOKER:来源于定时执行。.
-
#Parameters ⇒ Object
- USER:来源于用户调用。 - INVOKER:来源于定时执行。.
-
#StartTime ⇒ Object
- USER:来源于用户调用。 - INVOKER:来源于定时执行。.
-
#Timeout ⇒ Object
- USER:来源于用户调用。 - INVOKER:来源于定时执行。.
-
#UpdatedTime ⇒ Object
- USER:来源于用户调用。 - INVOKER:来源于定时执行。.
-
#Username ⇒ Object
- USER:来源于用户调用。 - INVOKER:来源于定时执行。.
-
#WorkingDirectory ⇒ Object
- USER:来源于用户调用。 - INVOKER:来源于定时执行。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(invocationid = nil, commandid = nil, commandname = nil, invocationstatus = nil, invocationtaskbasicinfoset = nil, description = nil, starttime = nil, endtime = nil, createdtime = nil, updatedtime = nil, parameters = nil, defaultparameters = nil, instancekind = nil, username = nil, invocationsource = nil, commandcontent = nil, commandtype = nil, timeout = nil, workingdirectory = nil, outputcosbucketurl = nil, outputcoskeyprefix = nil) ⇒ Invocation
constructor
A new instance of Invocation.
Constructor Details
#initialize(invocationid = nil, commandid = nil, commandname = nil, invocationstatus = nil, invocationtaskbasicinfoset = nil, description = nil, starttime = nil, endtime = nil, createdtime = nil, updatedtime = nil, parameters = nil, defaultparameters = nil, instancekind = nil, username = nil, invocationsource = nil, commandcontent = nil, commandtype = nil, timeout = nil, workingdirectory = nil, outputcosbucketurl = nil, outputcoskeyprefix = nil) ⇒ Invocation
Returns a new instance of Invocation.
1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 |
# File 'lib/v20201028/models.rb', line 1714 def initialize(invocationid=nil, commandid=nil, commandname=nil, invocationstatus=nil, invocationtaskbasicinfoset=nil, description=nil, starttime=nil, endtime=nil, createdtime=nil, updatedtime=nil, parameters=nil, defaultparameters=nil, instancekind=nil, username=nil, invocationsource=nil, commandcontent=nil, commandtype=nil, timeout=nil, workingdirectory=nil, outputcosbucketurl=nil, outputcoskeyprefix=nil) @InvocationId = invocationid @CommandId = commandid @CommandName = commandname @InvocationStatus = invocationstatus @InvocationTaskBasicInfoSet = invocationtaskbasicinfoset @Description = description @StartTime = starttime @EndTime = endtime @CreatedTime = createdtime @UpdatedTime = updatedtime @Parameters = parameters @DefaultParameters = defaultparameters @InstanceKind = instancekind @Username = username @InvocationSource = invocationsource @CommandContent = commandcontent @CommandType = commandtype @Timeout = timeout @WorkingDirectory = workingdirectory @OutputCOSBucketUrl = outputcosbucketurl @OutputCOSKeyPrefix = outputcoskeyprefix end |
Instance Attribute Details
#CommandContent ⇒ Object
- USER:来源于用户调用。
- INVOKER:来源于定时执行。
1712 1713 1714 |
# File 'lib/v20201028/models.rb', line 1712 def CommandContent @CommandContent end |
#CommandId ⇒ Object
- USER:来源于用户调用。
- INVOKER:来源于定时执行。
1712 1713 1714 |
# File 'lib/v20201028/models.rb', line 1712 def CommandId @CommandId end |
#CommandName ⇒ Object
- USER:来源于用户调用。
- INVOKER:来源于定时执行。
1712 1713 1714 |
# File 'lib/v20201028/models.rb', line 1712 def CommandName @CommandName end |
#CommandType ⇒ Object
- USER:来源于用户调用。
- INVOKER:来源于定时执行。
1712 1713 1714 |
# File 'lib/v20201028/models.rb', line 1712 def CommandType @CommandType end |
#CreatedTime ⇒ Object
- USER:来源于用户调用。
- INVOKER:来源于定时执行。
1712 1713 1714 |
# File 'lib/v20201028/models.rb', line 1712 def CreatedTime @CreatedTime end |
#DefaultParameters ⇒ Object
- USER:来源于用户调用。
- INVOKER:来源于定时执行。
1712 1713 1714 |
# File 'lib/v20201028/models.rb', line 1712 def DefaultParameters @DefaultParameters end |
#Description ⇒ Object
- USER:来源于用户调用。
- INVOKER:来源于定时执行。
1712 1713 1714 |
# File 'lib/v20201028/models.rb', line 1712 def Description @Description end |
#EndTime ⇒ Object
- USER:来源于用户调用。
- INVOKER:来源于定时执行。
1712 1713 1714 |
# File 'lib/v20201028/models.rb', line 1712 def EndTime @EndTime end |
#InstanceKind ⇒ Object
- USER:来源于用户调用。
- INVOKER:来源于定时执行。
1712 1713 1714 |
# File 'lib/v20201028/models.rb', line 1712 def InstanceKind @InstanceKind end |
#InvocationId ⇒ Object
- USER:来源于用户调用。
- INVOKER:来源于定时执行。
1712 1713 1714 |
# File 'lib/v20201028/models.rb', line 1712 def InvocationId @InvocationId end |
#InvocationSource ⇒ Object
- USER:来源于用户调用。
- INVOKER:来源于定时执行。
1712 1713 1714 |
# File 'lib/v20201028/models.rb', line 1712 def InvocationSource @InvocationSource end |
#InvocationStatus ⇒ Object
- USER:来源于用户调用。
- INVOKER:来源于定时执行。
1712 1713 1714 |
# File 'lib/v20201028/models.rb', line 1712 def InvocationStatus @InvocationStatus end |
#InvocationTaskBasicInfoSet ⇒ Object
- USER:来源于用户调用。
- INVOKER:来源于定时执行。
1712 1713 1714 |
# File 'lib/v20201028/models.rb', line 1712 def InvocationTaskBasicInfoSet @InvocationTaskBasicInfoSet end |
#OutputCOSBucketUrl ⇒ Object
- USER:来源于用户调用。
- INVOKER:来源于定时执行。
1712 1713 1714 |
# File 'lib/v20201028/models.rb', line 1712 def OutputCOSBucketUrl @OutputCOSBucketUrl end |
#OutputCOSKeyPrefix ⇒ Object
- USER:来源于用户调用。
- INVOKER:来源于定时执行。
1712 1713 1714 |
# File 'lib/v20201028/models.rb', line 1712 def OutputCOSKeyPrefix @OutputCOSKeyPrefix end |
#Parameters ⇒ Object
- USER:来源于用户调用。
- INVOKER:来源于定时执行。
1712 1713 1714 |
# File 'lib/v20201028/models.rb', line 1712 def Parameters @Parameters end |
#StartTime ⇒ Object
- USER:来源于用户调用。
- INVOKER:来源于定时执行。
1712 1713 1714 |
# File 'lib/v20201028/models.rb', line 1712 def StartTime @StartTime end |
#Timeout ⇒ Object
- USER:来源于用户调用。
- INVOKER:来源于定时执行。
1712 1713 1714 |
# File 'lib/v20201028/models.rb', line 1712 def Timeout @Timeout end |
#UpdatedTime ⇒ Object
- USER:来源于用户调用。
- INVOKER:来源于定时执行。
1712 1713 1714 |
# File 'lib/v20201028/models.rb', line 1712 def UpdatedTime @UpdatedTime end |
#Username ⇒ Object
- USER:来源于用户调用。
- INVOKER:来源于定时执行。
1712 1713 1714 |
# File 'lib/v20201028/models.rb', line 1712 def Username @Username end |
#WorkingDirectory ⇒ Object
- USER:来源于用户调用。
- INVOKER:来源于定时执行。
1712 1713 1714 |
# File 'lib/v20201028/models.rb', line 1712 def WorkingDirectory @WorkingDirectory end |
Instance Method Details
#deserialize(params) ⇒ Object
1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 |
# File 'lib/v20201028/models.rb', line 1738 def deserialize(params) @InvocationId = params['InvocationId'] @CommandId = params['CommandId'] @CommandName = params['CommandName'] @InvocationStatus = params['InvocationStatus'] unless params['InvocationTaskBasicInfoSet'].nil? @InvocationTaskBasicInfoSet = [] params['InvocationTaskBasicInfoSet'].each do |i| invocationtaskbasicinfo_tmp = InvocationTaskBasicInfo.new invocationtaskbasicinfo_tmp.deserialize(i) @InvocationTaskBasicInfoSet << invocationtaskbasicinfo_tmp end end @Description = params['Description'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @CreatedTime = params['CreatedTime'] @UpdatedTime = params['UpdatedTime'] @Parameters = params['Parameters'] @DefaultParameters = params['DefaultParameters'] @InstanceKind = params['InstanceKind'] @Username = params['Username'] @InvocationSource = params['InvocationSource'] @CommandContent = params['CommandContent'] @CommandType = params['CommandType'] @Timeout = params['Timeout'] @WorkingDirectory = params['WorkingDirectory'] @OutputCOSBucketUrl = params['OutputCOSBucketUrl'] @OutputCOSKeyPrefix = params['OutputCOSKeyPrefix'] end |