Class: TencentCloud::Mrs::V20200910::ImageInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mrs::V20200910::ImageInfo
- Defined in:
- lib/v20200910/models.rb
Overview
图片信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, url = nil, base64 = nil) ⇒ ImageInfo
constructor
A new instance of ImageInfo.
Constructor Details
#initialize(id = nil, url = nil, base64 = nil) ⇒ ImageInfo
Returns a new instance of ImageInfo.
4851 4852 4853 4854 4855 |
# File 'lib/v20200910/models.rb', line 4851 def initialize(id=nil, url=nil, base64=nil) @Id = id @Url = url @Base64 = base64 end |
Instance Attribute Details
#Base64 ⇒ Object
4849 4850 4851 |
# File 'lib/v20200910/models.rb', line 4849 def Base64 @Base64 end |
#Id ⇒ Object
4849 4850 4851 |
# File 'lib/v20200910/models.rb', line 4849 def Id @Id end |
#Url ⇒ Object
4849 4850 4851 |
# File 'lib/v20200910/models.rb', line 4849 def Url @Url end |
Instance Method Details
#deserialize(params) ⇒ Object
4857 4858 4859 4860 4861 |
# File 'lib/v20200910/models.rb', line 4857 def deserialize(params) @Id = params['Id'] @Url = params['Url'] @Base64 = params['Base64'] end |