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.
1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 |
# File 'lib/v20201028/models.rb', line 1702 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:来源于定时执行。
1700 1701 1702 |
# File 'lib/v20201028/models.rb', line 1700 def CommandContent @CommandContent end |
#CommandId ⇒ Object
-
USER:来源于用户调用。
-
INVOKER:来源于定时执行。
1700 1701 1702 |
# File 'lib/v20201028/models.rb', line 1700 def CommandId @CommandId end |
#CommandName ⇒ Object
-
USER:来源于用户调用。
-
INVOKER:来源于定时执行。
1700 1701 1702 |
# File 'lib/v20201028/models.rb', line 1700 def CommandName @CommandName end |
#CommandType ⇒ Object
-
USER:来源于用户调用。
-
INVOKER:来源于定时执行。
1700 1701 1702 |
# File 'lib/v20201028/models.rb', line 1700 def CommandType @CommandType end |
#CreatedTime ⇒ Object
-
USER:来源于用户调用。
-
INVOKER:来源于定时执行。
1700 1701 1702 |
# File 'lib/v20201028/models.rb', line 1700 def CreatedTime @CreatedTime end |
#DefaultParameters ⇒ Object
-
USER:来源于用户调用。
-
INVOKER:来源于定时执行。
1700 1701 1702 |
# File 'lib/v20201028/models.rb', line 1700 def DefaultParameters @DefaultParameters end |
#Description ⇒ Object
-
USER:来源于用户调用。
-
INVOKER:来源于定时执行。
1700 1701 1702 |
# File 'lib/v20201028/models.rb', line 1700 def Description @Description end |
#EndTime ⇒ Object
-
USER:来源于用户调用。
-
INVOKER:来源于定时执行。
1700 1701 1702 |
# File 'lib/v20201028/models.rb', line 1700 def EndTime @EndTime end |
#InstanceKind ⇒ Object
-
USER:来源于用户调用。
-
INVOKER:来源于定时执行。
1700 1701 1702 |
# File 'lib/v20201028/models.rb', line 1700 def InstanceKind @InstanceKind end |
#InvocationId ⇒ Object
-
USER:来源于用户调用。
-
INVOKER:来源于定时执行。
1700 1701 1702 |
# File 'lib/v20201028/models.rb', line 1700 def InvocationId @InvocationId end |
#InvocationSource ⇒ Object
-
USER:来源于用户调用。
-
INVOKER:来源于定时执行。
1700 1701 1702 |
# File 'lib/v20201028/models.rb', line 1700 def InvocationSource @InvocationSource end |
#InvocationStatus ⇒ Object
-
USER:来源于用户调用。
-
INVOKER:来源于定时执行。
1700 1701 1702 |
# File 'lib/v20201028/models.rb', line 1700 def InvocationStatus @InvocationStatus end |
#InvocationTaskBasicInfoSet ⇒ Object
-
USER:来源于用户调用。
-
INVOKER:来源于定时执行。
1700 1701 1702 |
# File 'lib/v20201028/models.rb', line 1700 def InvocationTaskBasicInfoSet @InvocationTaskBasicInfoSet end |
#OutputCOSBucketUrl ⇒ Object
-
USER:来源于用户调用。
-
INVOKER:来源于定时执行。
1700 1701 1702 |
# File 'lib/v20201028/models.rb', line 1700 def OutputCOSBucketUrl @OutputCOSBucketUrl end |
#OutputCOSKeyPrefix ⇒ Object
-
USER:来源于用户调用。
-
INVOKER:来源于定时执行。
1700 1701 1702 |
# File 'lib/v20201028/models.rb', line 1700 def OutputCOSKeyPrefix @OutputCOSKeyPrefix end |
#Parameters ⇒ Object
-
USER:来源于用户调用。
-
INVOKER:来源于定时执行。
1700 1701 1702 |
# File 'lib/v20201028/models.rb', line 1700 def Parameters @Parameters end |
#StartTime ⇒ Object
-
USER:来源于用户调用。
-
INVOKER:来源于定时执行。
1700 1701 1702 |
# File 'lib/v20201028/models.rb', line 1700 def StartTime @StartTime end |
#Timeout ⇒ Object
-
USER:来源于用户调用。
-
INVOKER:来源于定时执行。
1700 1701 1702 |
# File 'lib/v20201028/models.rb', line 1700 def Timeout @Timeout end |
#UpdatedTime ⇒ Object
-
USER:来源于用户调用。
-
INVOKER:来源于定时执行。
1700 1701 1702 |
# File 'lib/v20201028/models.rb', line 1700 def UpdatedTime @UpdatedTime end |
#Username ⇒ Object
-
USER:来源于用户调用。
-
INVOKER:来源于定时执行。
1700 1701 1702 |
# File 'lib/v20201028/models.rb', line 1700 def Username @Username end |
#WorkingDirectory ⇒ Object
-
USER:来源于用户调用。
-
INVOKER:来源于定时执行。
1700 1701 1702 |
# File 'lib/v20201028/models.rb', line 1700 def WorkingDirectory @WorkingDirectory end |
Instance Method Details
#deserialize(params) ⇒ Object
1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 |
# File 'lib/v20201028/models.rb', line 1726 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 |