class Google::Apis::FileV1beta1::MaintenanceWindow

MaintenanceWindow definition.

Attributes

daily_cycle[RW]

Time window specified for daily operations. Corresponds to the JSON property `dailyCycle` @return [Google::Apis::FileV1beta1::DailyCycle]

weekly_cycle[RW]

Time window specified for weekly operations. Corresponds to the JSON property `weeklyCycle` @return [Google::Apis::FileV1beta1::WeeklyCycle]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/file_v1beta1/classes.rb, line 1050
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_v1beta1/classes.rb, line 1055
def update!(**args)
  @daily_cycle = args[:daily_cycle] if args.key?(:daily_cycle)
  @weekly_cycle = args[:weekly_cycle] if args.key?(:weekly_cycle)
end