Class: TencentCloud::Tiia::V20190529::DescribeImagesRequest

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

Overview

DescribeImages请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(groupid = nil, entityid = nil, picname = nil) ⇒ DescribeImagesRequest

Returns a new instance of DescribeImagesRequest.



732
733
734
735
736
# File 'lib/v20190529/models.rb', line 732

def initialize(groupid=nil, entityid=nil, picname=nil)
  @GroupId = groupid
  @EntityId = entityid
  @PicName = picname
end

Instance Attribute Details

#EntityIdObject

Parameters:

  • GroupId:

    图库名称。

  • EntityId:

    物品ID。

  • PicName:

    图片名称。



730
731
732
# File 'lib/v20190529/models.rb', line 730

def EntityId
  @EntityId
end

#GroupIdObject

Parameters:

  • GroupId:

    图库名称。

  • EntityId:

    物品ID。

  • PicName:

    图片名称。



730
731
732
# File 'lib/v20190529/models.rb', line 730

def GroupId
  @GroupId
end

#PicNameObject

Parameters:

  • GroupId:

    图库名称。

  • EntityId:

    物品ID。

  • PicName:

    图片名称。



730
731
732
# File 'lib/v20190529/models.rb', line 730

def PicName
  @PicName
end

Instance Method Details

#deserialize(params) ⇒ Object



738
739
740
741
742
# File 'lib/v20190529/models.rb', line 738

def deserialize(params)
  @GroupId = params['GroupId']
  @EntityId = params['EntityId']
  @PicName = params['PicName']
end