class Google::Apis::ContentV2_1::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_1/classes.rb, line 1660
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_1/classes.rb, line 1665
def update!(**args)
  @business_days = args[:business_days] if args.key?(:business_days)
end