class Google::Apis::AuthorizedbuyersmarketplaceV1::DeliveryControl
Message contains details about how the deal will be paced.
Attributes
Output only. Specifies roadblocking in a main companion lineitem. Corresponds to the JSON property ‘companionDeliveryType` @return [String]
Output only. Specifies strategy to use for selecting a creative when multiple creatives of the same size are available. Corresponds to the JSON property ‘creativeRotationType` @return [String]
Output only. Specifies how the impression delivery will be paced. Corresponds to the JSON property ‘deliveryRateType` @return [String]
Output only. Specifies any frequency caps. Cannot be filtered within ListDealsRequest. Corresponds to the JSON property ‘frequencyCap` @return [Array<Google::Apis::AuthorizedbuyersmarketplaceV1::FrequencyCap>]
Output only. Specifies the roadblocking type in display creatives. Corresponds to the JSON property ‘roadblockingType` @return [String]
Public Class Methods
# File lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb, line 772 def initialize(**args) update!(**args) end
Public Instance Methods
Update properties of this object
# File lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb, line 777 def update!(**args) @companion_delivery_type = args[:companion_delivery_type] if args.key?(:companion_delivery_type) @creative_rotation_type = args[:creative_rotation_type] if args.key?(:creative_rotation_type) @delivery_rate_type = args[:delivery_rate_type] if args.key?(:delivery_rate_type) @frequency_cap = args[:frequency_cap] if args.key?(:frequency_cap) @roadblocking_type = args[:roadblocking_type] if args.key?(:roadblocking_type) end