Class: TencentCloud::Organization::V20210331::AuthRelationFile
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Organization::V20210331::AuthRelationFile
- Defined in:
- lib/v20210331/models.rb
Overview
野鹤实名互信申请证明文件
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, url = nil) ⇒ AuthRelationFile
constructor
A new instance of AuthRelationFile.
Constructor Details
#initialize(name = nil, url = nil) ⇒ AuthRelationFile
Returns a new instance of AuthRelationFile.
524 525 526 527 |
# File 'lib/v20210331/models.rb', line 524 def initialize(name=nil, url=nil) @Name = name @Url = url end |
Instance Attribute Details
#Name ⇒ Object
522 523 524 |
# File 'lib/v20210331/models.rb', line 522 def Name @Name end |
#Url ⇒ Object
522 523 524 |
# File 'lib/v20210331/models.rb', line 522 def Url @Url end |
Instance Method Details
#deserialize(params) ⇒ Object
529 530 531 532 |
# File 'lib/v20210331/models.rb', line 529 def deserialize(params) @Name = params['Name'] @Url = params['Url'] end |