Class: Google::Apis::AdexchangebuyerV1_4::TargetingValueDayPartTargetingDayPart

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) ⇒ TargetingValueDayPartTargetingDayPart

Returns a new instance of TargetingValueDayPartTargetingDayPart.



3625
3626
3627
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 3625

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

Instance Attribute Details

#day_of_weekString

Corresponds to the JSON property dayOfWeek

Returns:

  • (String)


3603
3604
3605
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 3603

def day_of_week
  @day_of_week
end

#end_hourFixnum

Corresponds to the JSON property endHour

Returns:

  • (Fixnum)


3608
3609
3610
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 3608

def end_hour
  @end_hour
end

#end_minuteFixnum

Corresponds to the JSON property endMinute

Returns:

  • (Fixnum)


3613
3614
3615
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 3613

def end_minute
  @end_minute
end

#start_hourFixnum

Corresponds to the JSON property startHour

Returns:

  • (Fixnum)


3618
3619
3620
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 3618

def start_hour
  @start_hour
end

#start_minuteFixnum

Corresponds to the JSON property startMinute

Returns:

  • (Fixnum)


3623
3624
3625
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 3623

def start_minute
  @start_minute
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3630
3631
3632
3633
3634
3635
3636
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 3630

def update!(**args)
  @day_of_week = args[:day_of_week] if args.key?(:day_of_week)
  @end_hour = args[:end_hour] if args.key?(:end_hour)
  @end_minute = args[:end_minute] if args.key?(:end_minute)
  @start_hour = args[:start_hour] if args.key?(:start_hour)
  @start_minute = args[:start_minute] if args.key?(:start_minute)
end