Class: TencentCloud::Mrs::V20200910::PdfInfo

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20200910/models.rb

Overview

体检报告PDF信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(url = nil, base64 = nil) ⇒ PdfInfo



8651
8652
8653
8654
# File 'lib/v20200910/models.rb', line 8651

def initialize(url=nil, base64=nil)
  @Url = url
  @Base64 = base64
end

Instance Attribute Details

#Base64Object



8649
8650
8651
# File 'lib/v20200910/models.rb', line 8649

def Base64
  @Base64
end

#UrlObject



8649
8650
8651
# File 'lib/v20200910/models.rb', line 8649

def Url
  @Url
end

Instance Method Details

#deserialize(params) ⇒ Object



8656
8657
8658
8659
# File 'lib/v20200910/models.rb', line 8656

def deserialize(params)
  @Url = params['Url']
  @Base64 = params['Base64']
end