Class: TencentCloud::Tke::V20180525::ForwardApplicationRequestV3Request
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::ForwardApplicationRequestV3Request
- Defined in:
- lib/v20180525/models.rb
Overview
ForwardApplicationRequestV3请求参数结构体
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) ⇒ ForwardApplicationRequestV3Request
constructor
A new instance of ForwardApplicationRequestV3Request.
Constructor Details
#initialize(method = nil, path = nil, accept = nil, contenttype = nil, requestbody = nil, clustername = nil, encodedbody = nil) ⇒ ForwardApplicationRequestV3Request
Returns a new instance of ForwardApplicationRequestV3Request.
12045 12046 12047 12048 12049 12050 12051 12052 12053 |
# File 'lib/v20180525/models.rb', line 12045 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
12043 12044 12045 |
# File 'lib/v20180525/models.rb', line 12043 def Accept @Accept end |
#ClusterName ⇒ Object
12043 12044 12045 |
# File 'lib/v20180525/models.rb', line 12043 def ClusterName @ClusterName end |
#ContentType ⇒ Object
12043 12044 12045 |
# File 'lib/v20180525/models.rb', line 12043 def ContentType @ContentType end |
#EncodedBody ⇒ Object
12043 12044 12045 |
# File 'lib/v20180525/models.rb', line 12043 def EncodedBody @EncodedBody end |
#Method ⇒ Object
12043 12044 12045 |
# File 'lib/v20180525/models.rb', line 12043 def Method @Method end |
#Path ⇒ Object
12043 12044 12045 |
# File 'lib/v20180525/models.rb', line 12043 def Path @Path end |
#RequestBody ⇒ Object
12043 12044 12045 |
# File 'lib/v20180525/models.rb', line 12043 def RequestBody @RequestBody end |
Instance Method Details
#deserialize(params) ⇒ Object
12055 12056 12057 12058 12059 12060 12061 12062 12063 |
# File 'lib/v20180525/models.rb', line 12055 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 |