Class: Google::Apis::ContentV2::BusinessDayConfig
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2::BusinessDayConfig
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- generated/google/apis/content_v2/classes.rb,
generated/google/apis/content_v2/representations.rb,
generated/google/apis/content_v2/representations.rb
Instance Attribute Summary collapse
-
#business_days ⇒ Array<String>
Regular business days.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BusinessDayConfig
constructor
A new instance of BusinessDayConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BusinessDayConfig
Returns a new instance of BusinessDayConfig.
1534 1535 1536 |
# File 'generated/google/apis/content_v2/classes.rb', line 1534 def initialize(**args) update!(**args) end |
Instance Attribute Details
#business_days ⇒ Array<String>
Regular business days. May not be empty.
Corresponds to the JSON property businessDays
1532 1533 1534 |
# File 'generated/google/apis/content_v2/classes.rb', line 1532 def business_days @business_days end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1539 1540 1541 |
# File 'generated/google/apis/content_v2/classes.rb', line 1539 def update!(**args) @business_days = args[:business_days] if args.key?(:business_days) end |