class Google::Apis::MemcacheV1beta2::WeeklyCycle

Time window specified for weekly operations.

Attributes

schedule[RW]

User can specify multiple windows in a week. Minimum of 1 window. Corresponds to the JSON property `schedule` @return [Array<Google::Apis::MemcacheV1beta2::Schedule>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/memcache_v1beta2/classes.rb, line 1518
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/memcache_v1beta2/classes.rb, line 1523
def update!(**args)
  @schedule = args[:schedule] if args.key?(:schedule)
end