Class: TencentCloud::Essbasic::V20210526::CreatePersonAuthCertificateImageResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Essbasic::V20210526::CreatePersonAuthCertificateImageResponse
- Defined in:
- lib/v20210526/models.rb
Overview
CreatePersonAuthCertificateImage返回参数结构体
Instance Attribute Summary collapse
- #AuthCertUrl ⇒ Object
- #ImageCertId ⇒ Object
- #RequestId ⇒ Object
- #SerialNumber ⇒ Object
- #ValidFrom ⇒ Object
- #ValidTo ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(authcerturl = nil, imagecertid = nil, serialnumber = nil, validfrom = nil, validto = nil, requestid = nil) ⇒ CreatePersonAuthCertificateImageResponse
constructor
A new instance of CreatePersonAuthCertificateImageResponse.
Constructor Details
#initialize(authcerturl = nil, imagecertid = nil, serialnumber = nil, validfrom = nil, validto = nil, requestid = nil) ⇒ CreatePersonAuthCertificateImageResponse
Returns a new instance of CreatePersonAuthCertificateImageResponse.
7142 7143 7144 7145 7146 7147 7148 7149 |
# File 'lib/v20210526/models.rb', line 7142 def initialize(authcerturl=nil, imagecertid=nil, serialnumber=nil, validfrom=nil, validto=nil, requestid=nil) @AuthCertUrl = authcerturl @ImageCertId = imagecertid @SerialNumber = serialnumber @ValidFrom = validfrom @ValidTo = validto @RequestId = requestid end |
Instance Attribute Details
#AuthCertUrl ⇒ Object
7140 7141 7142 |
# File 'lib/v20210526/models.rb', line 7140 def AuthCertUrl @AuthCertUrl end |
#ImageCertId ⇒ Object
7140 7141 7142 |
# File 'lib/v20210526/models.rb', line 7140 def ImageCertId @ImageCertId end |
#RequestId ⇒ Object
7140 7141 7142 |
# File 'lib/v20210526/models.rb', line 7140 def RequestId @RequestId end |
#SerialNumber ⇒ Object
7140 7141 7142 |
# File 'lib/v20210526/models.rb', line 7140 def SerialNumber @SerialNumber end |
#ValidFrom ⇒ Object
7140 7141 7142 |
# File 'lib/v20210526/models.rb', line 7140 def ValidFrom @ValidFrom end |
#ValidTo ⇒ Object
7140 7141 7142 |
# File 'lib/v20210526/models.rb', line 7140 def ValidTo @ValidTo end |
Instance Method Details
#deserialize(params) ⇒ Object
7151 7152 7153 7154 7155 7156 7157 7158 |
# File 'lib/v20210526/models.rb', line 7151 def deserialize(params) @AuthCertUrl = params['AuthCertUrl'] @ImageCertId = params['ImageCertId'] @SerialNumber = params['SerialNumber'] @ValidFrom = params['ValidFrom'] @ValidTo = params['ValidTo'] @RequestId = params['RequestId'] end |