Class: Google::Apis::AdexchangebuyerV1_4::TargetingValueDayPartTargeting
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::AdexchangebuyerV1_4::TargetingValueDayPartTargeting
 
- 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
- 
  
    
      #day_parts  ⇒ Array<Google::Apis::AdexchangebuyerV1_4::TargetingValueDayPartTargetingDayPart> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Corresponds to the JSON property dayParts.
- 
  
    
      #time_zone_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Corresponds to the JSON property timeZoneType.
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ TargetingValueDayPartTargeting 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of TargetingValueDayPartTargeting. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ TargetingValueDayPartTargeting
Returns a new instance of TargetingValueDayPartTargeting
| 3530 3531 3532 | # File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 3530 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#day_parts ⇒ Array<Google::Apis::AdexchangebuyerV1_4::TargetingValueDayPartTargetingDayPart>
Corresponds to the JSON property dayParts
| 3523 3524 3525 | # File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 3523 def day_parts @day_parts end | 
#time_zone_type ⇒ String
Corresponds to the JSON property timeZoneType
| 3528 3529 3530 | # File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 3528 def time_zone_type @time_zone_type end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 3535 3536 3537 3538 | # File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 3535 def update!(**args) @day_parts = args[:day_parts] if args.key?(:day_parts) @time_zone_type = args[:time_zone_type] if args.key?(:time_zone_type) end |