Class: Google::Cloud::RecommendationEngine::V1beta1::Image
- Inherits:
-
Object
- Object
- Google::Cloud::RecommendationEngine::V1beta1::Image
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recommendationengine/v1beta1/catalog.rb
Overview
Catalog item thumbnail/detail image.
Instance Attribute Summary collapse
-
#height ⇒ ::Integer
Optional.
-
#uri ⇒ ::String
Required.
-
#width ⇒ ::Integer
Optional.
Instance Attribute Details
#height ⇒ ::Integer
Returns Optional. Height of the image in number of pixels.
207 208 209 210 |
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/catalog.rb', line 207 class Image include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |