Class: Google::Apis::ContentV2_1::BusinessDayConfig

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ BusinessDayConfig

Returns a new instance of BusinessDayConfig.



1422
1423
1424
# File 'generated/google/apis/content_v2_1/classes.rb', line 1422

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

Instance Attribute Details

#business_daysArray<String>

Regular business days. May not be empty. Corresponds to the JSON property businessDays

Returns:

  • (Array<String>)


1420
1421
1422
# File 'generated/google/apis/content_v2_1/classes.rb', line 1420

def business_days
  @business_days
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1427
1428
1429
# File 'generated/google/apis/content_v2_1/classes.rb', line 1427

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