class Google::Apis::ContentV2::BusinessDayConfig
Attributes
business_days[RW]
Regular business days, such as '“monday”'. May not be empty. Corresponds to the JSON property `businessDays` @return [Array<String>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/content_v2/classes.rb, line 1534 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/content_v2/classes.rb, line 1539 def update!(**args) @business_days = args[:business_days] if args.key?(:business_days) end