Class: TencentCloud::Hunyuan::V20230901::Mindmap

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

Overview

脑图

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(thumburl = nil, url = nil) ⇒ Mindmap

Returns a new instance of Mindmap.



1823
1824
1825
1826
# File 'lib/v20230901/models.rb', line 1823

def initialize(thumburl=nil, url=nil)
  @ThumbUrl = thumburl
  @Url = url
end

Instance Attribute Details

#ThumbUrlObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ThumbUrl:

    脑图缩略图链接

  • Url:

    脑图图片链接



1821
1822
1823
# File 'lib/v20230901/models.rb', line 1821

def ThumbUrl
  @ThumbUrl
end

#UrlObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ThumbUrl:

    脑图缩略图链接

  • Url:

    脑图图片链接



1821
1822
1823
# File 'lib/v20230901/models.rb', line 1821

def Url
  @Url
end

Instance Method Details

#deserialize(params) ⇒ Object



1828
1829
1830
1831
# File 'lib/v20230901/models.rb', line 1828

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