Class: TencentCloud::Weilingwith::V20230427::ApplicationLogo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Weilingwith::V20230427::ApplicationLogo
- Defined in:
- lib/v20230427/models.rb
Overview
应用logo
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(fileid = nil, url = nil) ⇒ ApplicationLogo
constructor
A new instance of ApplicationLogo.
Constructor Details
#initialize(fileid = nil, url = nil) ⇒ ApplicationLogo
Returns a new instance of ApplicationLogo.
764 765 766 767 |
# File 'lib/v20230427/models.rb', line 764 def initialize(fileid=nil, url=nil) @FileId = fileid @Url = url end |
Instance Attribute Details
#FileId ⇒ Object
762 763 764 |
# File 'lib/v20230427/models.rb', line 762 def FileId @FileId end |
#Url ⇒ Object
762 763 764 |
# File 'lib/v20230427/models.rb', line 762 def Url @Url end |
Instance Method Details
#deserialize(params) ⇒ Object
769 770 771 772 |
# File 'lib/v20230427/models.rb', line 769 def deserialize(params) @FileId = params['FileId'] @Url = params['Url'] end |