class Google::Apis::AuthorizedbuyersmarketplaceV1::DeliveryControl

Message contains details about how the deal will be paced.

Attributes

companion_delivery_type[RW]

Output only. Specifies roadblocking in a main companion lineitem. Corresponds to the JSON property ‘companionDeliveryType` @return [String]

creative_rotation_type[RW]

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]

delivery_rate_type[RW]

Output only. Specifies how the impression delivery will be paced. Corresponds to the JSON property ‘deliveryRateType` @return [String]

frequency_cap[RW]

Output only. Specifies any frequency caps. Cannot be filtered within ListDealsRequest. Corresponds to the JSON property ‘frequencyCap` @return [Array<Google::Apis::AuthorizedbuyersmarketplaceV1::FrequencyCap>]

roadblocking_type[RW]

Output only. Specifies the roadblocking type in display creatives. Corresponds to the JSON property ‘roadblockingType` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb, line 772
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

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