Class: Google::Ads::AdManager::V1::Size

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#height::Integer

Returns Required. The height of the Creative, AdUnit, or LineItem.

Returns:



41
42
43
44
# File 'proto_docs/google/ads/admanager/v1/size.rb', line 41

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.

Returns:



41
42
43
44
# File 'proto_docs/google/ads/admanager/v1/size.rb', line 41

class Size
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#width::Integer

Returns Required. The width of the Creative, AdUnit, or LineItem.

Returns:



41
42
43
44
# File 'proto_docs/google/ads/admanager/v1/size.rb', line 41

class Size
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end