Class: Google::Apis::AdexchangebuyerV1_4::DeliveryControlFrequencyCap

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ DeliveryControlFrequencyCap

Returns a new instance of DeliveryControlFrequencyCap.



1585
1586
1587
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1585

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

Instance Attribute Details

#max_impressionsFixnum

Corresponds to the JSON property maxImpressions

Returns:

  • (Fixnum)


1573
1574
1575
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1573

def max_impressions
  @max_impressions
end

#num_time_unitsFixnum

Corresponds to the JSON property numTimeUnits

Returns:

  • (Fixnum)


1578
1579
1580
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1578

def num_time_units
  @num_time_units
end

#time_unit_typeString

Corresponds to the JSON property timeUnitType

Returns:

  • (String)


1583
1584
1585
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1583

def time_unit_type
  @time_unit_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1590
1591
1592
1593
1594
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1590

def update!(**args)
  @max_impressions = args[:max_impressions] if args.key?(:max_impressions)
  @num_time_units = args[:num_time_units] if args.key?(:num_time_units)
  @time_unit_type = args[:time_unit_type] if args.key?(:time_unit_type)
end