Class: TencentCloud::Tcex::V20200727::InvokeServiceRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcex::V20200727::InvokeServiceRequest
- Defined in:
- lib/v20200727/models.rb
Overview
InvokeService请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(serviceid = nil, servicestatus = nil, fileurl = nil, input = nil) ⇒ InvokeServiceRequest
constructor
A new instance of InvokeServiceRequest.
Constructor Details
#initialize(serviceid = nil, servicestatus = nil, fileurl = nil, input = nil) ⇒ InvokeServiceRequest
Returns a new instance of InvokeServiceRequest.
138 139 140 141 142 143 |
# File 'lib/v20200727/models.rb', line 138 def initialize(serviceid=nil, servicestatus=nil, fileurl=nil, input=nil) @ServiceId = serviceid @ServiceStatus = servicestatus @FileUrl = fileurl @Input = input end |
Instance Attribute Details
#FileUrl ⇒ Object
136 137 138 |
# File 'lib/v20200727/models.rb', line 136 def FileUrl @FileUrl end |
#Input ⇒ Object
136 137 138 |
# File 'lib/v20200727/models.rb', line 136 def Input @Input end |
#ServiceId ⇒ Object
136 137 138 |
# File 'lib/v20200727/models.rb', line 136 def ServiceId @ServiceId end |
#ServiceStatus ⇒ Object
136 137 138 |
# File 'lib/v20200727/models.rb', line 136 def ServiceStatus @ServiceStatus end |
Instance Method Details
#deserialize(params) ⇒ Object
145 146 147 148 149 150 |
# File 'lib/v20200727/models.rb', line 145 def deserialize(params) @ServiceId = params['ServiceId'] @ServiceStatus = params['ServiceStatus'] @FileUrl = params['FileUrl'] @Input = params['Input'] end |