Class: TencentCloud::Tiia::V20190529::DeleteImagesRequest

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

Overview

DeleteImages请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of DeleteImagesRequest.



641
642
643
644
645
# File 'lib/v20190529/models.rb', line 641

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

Instance Attribute Details

#EntityIdObject

Parameters:

  • GroupId:

    图库名称。

  • EntityId:

    物品ID。

  • PicName:

    图片名称,如果不指定本参数,则删除EntityId下所有的图片;否则删除指定的图。



639
640
641
# File 'lib/v20190529/models.rb', line 639

def EntityId
  @EntityId
end

#GroupIdObject

Parameters:

  • GroupId:

    图库名称。

  • EntityId:

    物品ID。

  • PicName:

    图片名称,如果不指定本参数,则删除EntityId下所有的图片;否则删除指定的图。



639
640
641
# File 'lib/v20190529/models.rb', line 639

def GroupId
  @GroupId
end

#PicNameObject

Parameters:

  • GroupId:

    图库名称。

  • EntityId:

    物品ID。

  • PicName:

    图片名称,如果不指定本参数,则删除EntityId下所有的图片;否则删除指定的图。



639
640
641
# File 'lib/v20190529/models.rb', line 639

def PicName
  @PicName
end

Instance Method Details

#deserialize(params) ⇒ Object



647
648
649
650
651
# File 'lib/v20190529/models.rb', line 647

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