Class: Google::Apis::AuthorizedbuyersmarketplaceV1::DeliveryControl

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb,
lib/google/apis/authorizedbuyersmarketplace_v1/representations.rb,
lib/google/apis/authorizedbuyersmarketplace_v1/representations.rb

Overview

Message contains details about how the deal will be paced.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ DeliveryControl

Returns a new instance of DeliveryControl.



820
821
822
# File 'lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb', line 820

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#companion_delivery_typeString

Output only. Specifies roadblocking in a main companion lineitem. Corresponds to the JSON property companionDeliveryType

Returns:

  • (String)


796
797
798
# File 'lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb', line 796

def companion_delivery_type
  @companion_delivery_type
end

#creative_rotation_typeString

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

Returns:

  • (String)


802
803
804
# File 'lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb', line 802

def creative_rotation_type
  @creative_rotation_type
end

#delivery_rate_typeString

Output only. Specifies how the impression delivery will be paced. Corresponds to the JSON property deliveryRateType

Returns:

  • (String)


807
808
809
# File 'lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb', line 807

def delivery_rate_type
  @delivery_rate_type
end

#frequency_capArray<Google::Apis::AuthorizedbuyersmarketplaceV1::FrequencyCap>

Output only. Specifies any frequency caps. Cannot be filtered within ListDealsRequest. Corresponds to the JSON property frequencyCap



813
814
815
# File 'lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb', line 813

def frequency_cap
  @frequency_cap
end

#roadblocking_typeString

Output only. Specifies the roadblocking type in display creatives. Corresponds to the JSON property roadblockingType

Returns:

  • (String)


818
819
820
# File 'lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb', line 818

def roadblocking_type
  @roadblocking_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



825
826
827
828
829
830
831
# File 'lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb', line 825

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