Class: TencentCloud::Ape::V20200513::DescribeImagesRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ape::V20200513::DescribeImagesRequest
- Defined in:
- lib/v20200513/models.rb
Overview
DescribeImages请求参数结构体
Instance Attribute Summary collapse
- #ImageSenseType ⇒ Object
- #Keyword ⇒ Object
- #LayeredGalleryIds ⇒ Object
- #Limit ⇒ Object
- #Offset ⇒ Object
- #Orientation ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(offset = nil, limit = nil, keyword = nil, orientation = nil, imagesensetype = nil, layeredgalleryids = nil) ⇒ DescribeImagesRequest
constructor
A new instance of DescribeImagesRequest.
Constructor Details
#initialize(offset = nil, limit = nil, keyword = nil, orientation = nil, imagesensetype = nil, layeredgalleryids = nil) ⇒ DescribeImagesRequest
Returns a new instance of DescribeImagesRequest.
455 456 457 458 459 460 461 462 |
# File 'lib/v20200513/models.rb', line 455 def initialize(offset=nil, limit=nil, keyword=nil, orientation=nil, imagesensetype=nil, layeredgalleryids=nil) @Offset = offset @Limit = limit @Keyword = keyword @Orientation = orientation @ImageSenseType = imagesensetype @LayeredGalleryIds = layeredgalleryids end |
Instance Attribute Details
#ImageSenseType ⇒ Object
453 454 455 |
# File 'lib/v20200513/models.rb', line 453 def ImageSenseType @ImageSenseType end |
#Keyword ⇒ Object
453 454 455 |
# File 'lib/v20200513/models.rb', line 453 def Keyword @Keyword end |
#LayeredGalleryIds ⇒ Object
453 454 455 |
# File 'lib/v20200513/models.rb', line 453 def LayeredGalleryIds @LayeredGalleryIds end |
#Limit ⇒ Object
453 454 455 |
# File 'lib/v20200513/models.rb', line 453 def Limit @Limit end |
#Offset ⇒ Object
453 454 455 |
# File 'lib/v20200513/models.rb', line 453 def Offset @Offset end |
#Orientation ⇒ Object
453 454 455 |
# File 'lib/v20200513/models.rb', line 453 def Orientation @Orientation end |
Instance Method Details
#deserialize(params) ⇒ Object
464 465 466 467 468 469 470 471 |
# File 'lib/v20200513/models.rb', line 464 def deserialize(params) @Offset = params['Offset'] @Limit = params['Limit'] @Keyword = params['Keyword'] @Orientation = params['Orientation'] @ImageSenseType = params['ImageSenseType'] @LayeredGalleryIds = params['LayeredGalleryIds'] end |