Class: TencentCloud::Tke::V20180525::ForwardTKEEdgeApplicationRequestV3Request
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::ForwardTKEEdgeApplicationRequestV3Request
- Defined in:
- lib/v20180525/models.rb
Overview
ForwardTKEEdgeApplicationRequestV3请求参数结构体
Instance Attribute Summary collapse
- #Accept ⇒ Object
- #ClusterName ⇒ Object
- #ContentType ⇒ Object
- #EncodedBody ⇒ Object
- #Method ⇒ Object
- #Path ⇒ Object
- #RequestBody ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(method = nil, path = nil, accept = nil, contenttype = nil, requestbody = nil, clustername = nil, encodedbody = nil) ⇒ ForwardTKEEdgeApplicationRequestV3Request
constructor
A new instance of ForwardTKEEdgeApplicationRequestV3Request.
Constructor Details
#initialize(method = nil, path = nil, accept = nil, contenttype = nil, requestbody = nil, clustername = nil, encodedbody = nil) ⇒ ForwardTKEEdgeApplicationRequestV3Request
Returns a new instance of ForwardTKEEdgeApplicationRequestV3Request.
12105 12106 12107 12108 12109 12110 12111 12112 12113 |
# File 'lib/v20180525/models.rb', line 12105 def initialize(method=nil, path=nil, accept=nil, contenttype=nil, requestbody=nil, clustername=nil, encodedbody=nil) @Method = method @Path = path @Accept = accept @ContentType = contenttype @RequestBody = requestbody @ClusterName = clustername @EncodedBody = encodedbody end |
Instance Attribute Details
#Accept ⇒ Object
12103 12104 12105 |
# File 'lib/v20180525/models.rb', line 12103 def Accept @Accept end |
#ClusterName ⇒ Object
12103 12104 12105 |
# File 'lib/v20180525/models.rb', line 12103 def ClusterName @ClusterName end |
#ContentType ⇒ Object
12103 12104 12105 |
# File 'lib/v20180525/models.rb', line 12103 def ContentType @ContentType end |
#EncodedBody ⇒ Object
12103 12104 12105 |
# File 'lib/v20180525/models.rb', line 12103 def EncodedBody @EncodedBody end |
#Method ⇒ Object
12103 12104 12105 |
# File 'lib/v20180525/models.rb', line 12103 def Method @Method end |
#Path ⇒ Object
12103 12104 12105 |
# File 'lib/v20180525/models.rb', line 12103 def Path @Path end |
#RequestBody ⇒ Object
12103 12104 12105 |
# File 'lib/v20180525/models.rb', line 12103 def RequestBody @RequestBody end |
Instance Method Details
#deserialize(params) ⇒ Object
12115 12116 12117 12118 12119 12120 12121 12122 12123 |
# File 'lib/v20180525/models.rb', line 12115 def deserialize(params) @Method = params['Method'] @Path = params['Path'] @Accept = params['Accept'] @ContentType = params['ContentType'] @RequestBody = params['RequestBody'] @ClusterName = params['ClusterName'] @EncodedBody = params['EncodedBody'] end |