class Google::Apis::FileV1::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::FileV1::Schedule>]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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