Class: TencentCloud::Yinsuda::V20220527::MusicAlbumCoverInfo

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

Overview

歌曲专辑封面信息。

Instance Attribute Summary collapse

  • #Url ⇒ Object
  • Mini:150 x 150 尺寸;
  • Small:240 x 240 尺寸;
  • Medium:480 x 480 尺寸。
  • .

    Instance Method Summary collapse

    Constructor Details

    #initialize(dimension = nil, url = nil) ⇒ MusicAlbumCoverInfo

    Returns a new instance of MusicAlbumCoverInfo.

    
    
    1577
    1578
    1579
    1580
    # File 'lib/v20220527/models.rb', line 1577
    
    def initialize(dimension=nil, url=nil)
      @Dimension = dimension
      @Url = url
    end

    Instance Attribute Details

    #DimensionObject

  • Mini:150 x 150 尺寸;
  • Small:240 x 240 尺寸;
  • Medium:480 x 480 尺寸。
  • Parameters:

    • Dimension:

      尺寸规格,取值有:

    • Url:

      下载链接。

    
    
    1575
    1576
    1577
    # File 'lib/v20220527/models.rb', line 1575
    
    def Dimension
      @Dimension
    end

    #UrlObject

  • Mini:150 x 150 尺寸;
  • Small:240 x 240 尺寸;
  • Medium:480 x 480 尺寸。
  • Parameters:

    • Dimension:

      尺寸规格,取值有:

    • Url:

      下载链接。

    
    
    1575
    1576
    1577
    # File 'lib/v20220527/models.rb', line 1575
    
    def Url
      @Url
    end

    Instance Method Details

    #deserialize(params) ⇒ Object

    
    
    1582
    1583
    1584
    1585
    # File 'lib/v20220527/models.rb', line 1582
    
    def deserialize(params)
      @Dimension = params['Dimension']
      @Url = params['Url']
    end