Class: Google::Ads::AdManager::V1::Size
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::Size
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/size.rb
Overview
Represents the dimensions of an AdUnit, LineItem, or Creative.
Instance Attribute Summary collapse
-
#height ⇒ ::Integer
Required.
-
#size_type ⇒ ::Google::Ads::AdManager::V1::SizeTypeEnum::SizeType
Required.
-
#width ⇒ ::Integer
Required.
Instance Attribute Details
#height ⇒ ::Integer
Returns Required. The height of the Creative, AdUnit, or LineItem.
37 38 39 40 |
# File 'proto_docs/google/ads/admanager/v1/size.rb', line 37 class Size include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#size_type ⇒ ::Google::Ads::AdManager::V1::SizeTypeEnum::SizeType
Returns Required. The SizeType of the Creative, AdUnit, or LineItem.
37 38 39 40 |
# File 'proto_docs/google/ads/admanager/v1/size.rb', line 37 class Size include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#width ⇒ ::Integer
Returns Required. The width of the Creative, AdUnit, or LineItem.
37 38 39 40 |
# File 'proto_docs/google/ads/admanager/v1/size.rb', line 37 class Size include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |