Class: Google::Ads::AdManager::V1::DeliveryIndicator
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::DeliveryIndicator
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/delivery_indicator.rb
Overview
Indicates the delivery performance of the LineItem.
Instance Attribute Summary collapse
-
#actual_delivery_percentage ⇒ ::Float
readonly
Output only.
-
#expected_delivery_percentage ⇒ ::Float
readonly
Output only.
Instance Attribute Details
#actual_delivery_percentage ⇒ ::Float (readonly)
Returns Output only. The actual delivery percentage of the LineItem.
31 32 33 34 |
# File 'proto_docs/google/ads/admanager/v1/delivery_indicator.rb', line 31 class DeliveryIndicator include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#expected_delivery_percentage ⇒ ::Float (readonly)
Returns Output only. The expected delivery percentage of the LineItem.
31 32 33 34 |
# File 'proto_docs/google/ads/admanager/v1/delivery_indicator.rb', line 31 class DeliveryIndicator include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |