Class: TencentCloud::Smh::V20210712::DescribeLibrarySecretResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Smh::V20210712::DescribeLibrarySecretResponse
- Defined in:
- lib/v20210712/models.rb
Overview
DescribeLibrarySecret返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(libraryid = nil, librarysecret = nil, requestid = nil) ⇒ DescribeLibrarySecretResponse
constructor
A new instance of DescribeLibrarySecretResponse.
Constructor Details
#initialize(libraryid = nil, librarysecret = nil, requestid = nil) ⇒ DescribeLibrarySecretResponse
Returns a new instance of DescribeLibrarySecretResponse.
434 435 436 437 438 |
# File 'lib/v20210712/models.rb', line 434 def initialize(libraryid=nil, librarysecret=nil, requestid=nil) @LibraryId = libraryid @LibrarySecret = librarysecret @RequestId = requestid end |
Instance Attribute Details
#LibraryId ⇒ Object
432 433 434 |
# File 'lib/v20210712/models.rb', line 432 def LibraryId @LibraryId end |
#LibrarySecret ⇒ Object
432 433 434 |
# File 'lib/v20210712/models.rb', line 432 def LibrarySecret @LibrarySecret end |
#RequestId ⇒ Object
432 433 434 |
# File 'lib/v20210712/models.rb', line 432 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
440 441 442 443 444 |
# File 'lib/v20210712/models.rb', line 440 def deserialize(params) @LibraryId = params['LibraryId'] @LibrarySecret = params['LibrarySecret'] @RequestId = params['RequestId'] end |