class Google::Apis::FileV1::WeeklyCycle

Time window specified for weekly operations.

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @schedule = args[:schedule] if args.key?(:schedule)
end