Class: TencentCloud::Cii::V20210408::UploadMedicalFileResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cii::V20210408::UploadMedicalFileResponse
- Defined in:
- lib/v20210408/models.rb
Overview
UploadMedicalFile返回参数结构体
Instance Attribute Summary collapse
-
#FileKey ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(filekey = nil, requestid = nil) ⇒ UploadMedicalFileResponse
constructor
A new instance of UploadMedicalFileResponse.
Constructor Details
#initialize(filekey = nil, requestid = nil) ⇒ UploadMedicalFileResponse
Returns a new instance of UploadMedicalFileResponse.
1456 1457 1458 1459 |
# File 'lib/v20210408/models.rb', line 1456 def initialize(filekey=nil, requestid=nil) @FileKey = filekey @RequestId = requestid end |
Instance Attribute Details
#FileKey ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1454 1455 1456 |
# File 'lib/v20210408/models.rb', line 1454 def FileKey @FileKey end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1454 1455 1456 |
# File 'lib/v20210408/models.rb', line 1454 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1461 1462 1463 1464 |
# File 'lib/v20210408/models.rb', line 1461 def deserialize(params) @FileKey = params['FileKey'] @RequestId = params['RequestId'] end |