Class: TencentCloud::Bma::V20210624::CreateCRRightFileResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bma::V20210624::CreateCRRightFileResponse
- Defined in:
- lib/v20210624/models.rb
Overview
CreateCRRightFile返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(fileids = nil, requestid = nil) ⇒ CreateCRRightFileResponse
constructor
A new instance of CreateCRRightFileResponse.
Constructor Details
#initialize(fileids = nil, requestid = nil) ⇒ CreateCRRightFileResponse
Returns a new instance of CreateCRRightFileResponse.
500 501 502 503 |
# File 'lib/v20210624/models.rb', line 500 def initialize(fileids=nil, requestid=nil) @FileIds = fileids @RequestId = requestid end |
Instance Attribute Details
#FileIds ⇒ Object
498 499 500 |
# File 'lib/v20210624/models.rb', line 498 def FileIds @FileIds end |
#RequestId ⇒ Object
498 499 500 |
# File 'lib/v20210624/models.rb', line 498 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
505 506 507 508 |
# File 'lib/v20210624/models.rb', line 505 def deserialize(params) @FileIds = params['FileIds'] @RequestId = params['RequestId'] end |