Class: TencentCloud::Tione::V20211111::ModifyModelServiceResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tione::V20211111::ModifyModelServiceResponse
- Defined in:
- lib/v20211111/models.rb
Overview
ModifyModelService返回参数结构体
Instance Attribute Summary collapse
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Service ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(service = nil, requestid = nil) ⇒ ModifyModelServiceResponse
constructor
A new instance of ModifyModelServiceResponse.
Constructor Details
#initialize(service = nil, requestid = nil) ⇒ ModifyModelServiceResponse
Returns a new instance of ModifyModelServiceResponse.
6087 6088 6089 6090 |
# File 'lib/v20211111/models.rb', line 6087 def initialize(service=nil, requestid=nil) @Service = service @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6085 6086 6087 |
# File 'lib/v20211111/models.rb', line 6085 def RequestId @RequestId end |
#Service ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6085 6086 6087 |
# File 'lib/v20211111/models.rb', line 6085 def Service @Service end |
Instance Method Details
#deserialize(params) ⇒ Object
6092 6093 6094 6095 6096 6097 6098 |
# File 'lib/v20211111/models.rb', line 6092 def deserialize(params) unless params['Service'].nil? @Service = Service.new @Service.deserialize(params['Service']) end @RequestId = params['RequestId'] end |