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.
5987 5988 5989 5990 |
# File 'lib/v20211111/models.rb', line 5987 def initialize(service=nil, requestid=nil) @Service = service @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
5985 5986 5987 |
# File 'lib/v20211111/models.rb', line 5985 def RequestId @RequestId end |
#Service ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
5985 5986 5987 |
# File 'lib/v20211111/models.rb', line 5985 def Service @Service end |
Instance Method Details
#deserialize(params) ⇒ Object
5992 5993 5994 5995 5996 5997 5998 |
# File 'lib/v20211111/models.rb', line 5992 def deserialize(params) unless params['Service'].nil? @Service = Service.new @Service.deserialize(params['Service']) end @RequestId = params['RequestId'] end |